Fix deb building sort of
This commit is contained in:
12
systemd/playlistd.service
Normal file
12
systemd/playlistd.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Playlistd
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/playlistd
|
||||
WorkingDirectory=/etc/
|
||||
Restart=always
|
||||
RestartSec=20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user