Added systemd service file
This commit is contained in:
parent
c080e62637
commit
664be76f30
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=SoundFX Daemon
|
||||||
|
After=network.target sound.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStartPre=/sbin/rm -fv /tmp/sfxd-socket
|
||||||
|
ExecStart=${HOME}/.local/bin/sfxd -C ${HOME}/.config/sfxd
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue