add systemd service
This commit is contained in:
parent
da466c98c5
commit
c2c1a711d9
1 changed files with 12 additions and 0 deletions
12
cdosea-play.service
Normal file
12
cdosea-play.service
Normal 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
|
Loading…
Reference in a new issue