mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-15 07:03:16 +08:00
14 lines
321 B
Desktop File
14 lines
321 B
Desktop File
[Unit]
|
|
Description=Raspi e-Paper Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/root/2.13-Ink-screen-clock/bin/start.sh
|
|
ExecStop=/bin/bash -c "pkill -f /root/2.13-Ink-screen-clock/bin/main.py"
|
|
WorkingDirectory=/root/2.13-Ink-screen-clock/bin
|
|
Restart=always
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |