mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-15 07:03:16 +08:00
16 lines
341 B
Desktop File
16 lines
341 B
Desktop File
[Unit]
|
|
Description=Raspi e-Paper Service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
# 等待网络完全启动
|
|
ExecStartPre=systemd-networkd-wait-online --timeout=30
|
|
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
|