mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-29 09:29:44 +08:00
13 lines
256 B
Desktop File
13 lines
256 B
Desktop File
[Unit]
|
|
Description=Main Python Script Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/root/2.13-Ink-screen-clock/bin/start.sh
|
|
ExecStop=/usr/bin/screen -S main_screen -X quit
|
|
Restart=on-failure
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |