forked from hkc/sfxd
1
0
Fork 0

Added systemd service file

This commit is contained in:
Casey 2024-04-07 12:30:43 +03:00
parent c080e62637
commit 664be76f30
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 11 additions and 0 deletions

11
sfxd.service Normal file
View File

@ -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