mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-04-07 11:09:56 +08:00
更新 bin
This commit is contained in:
13
bin/pie.service
Normal file
13
bin/pie.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user