add systemd service

This commit is contained in:
j 2024-01-15 10:54:51 +01:00
parent da466c98c5
commit c2c1a711d9
1 changed files with 12 additions and 0 deletions

12
cdosea-play.service Normal file
View File

@ -0,0 +1,12 @@
[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