cdosea-play/cdosea-play.service

13 lines
227 B
SYSTEMD
Raw Normal View History

2024-01-15 09:54:51 +00:00
[Unit]
Description=player
After=gnome-session.target network-online.target
[Service]
Type=simple
Restart=on-failure
KillSignal=SIGINT
ExecStart=/usr/local/bin/cdosea-play autostart
[Install]
WantedBy=graphical-session.target