12 lines
227 B
SYSTEMD
12 lines
227 B
SYSTEMD
|
[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
|