Add systemd unit file
This commit is contained in:
parent
45d7a3e94b
commit
40681cdc1a
3 changed files with 19 additions and 3 deletions
13
pipewireaudiowatcher@.service
Normal file
13
pipewireaudiowatcher@.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
After=network.target sound.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/stdbuf -oL /usr/bin/pipewirestreamwatcher -n %i
|
||||
ExitType=main
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue