diff --git a/cdosea-play.service b/cdosea-play.service new file mode 100644 index 0000000..85471e3 --- /dev/null +++ b/cdosea-play.service @@ -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