2024-04-16 19:54:15 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Playlistd
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/playlistd
|
2024-04-20 18:10:49 +00:00
|
|
|
WorkingDirectory=/etc/playlistd
|
2024-04-16 19:54:15 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=20
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|