You've already forked eink-calendar
mirror of
https://github.com/javierpena/eink-calendar.git
synced 2025-08-10 21:52:01 +02:00
15 lines
239 B
SYSTEMD
15 lines
239 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=My cool e-ink family calendar
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=pi
|
||
|
ExecStart=/home/pi/launcher.sh
|
||
|
PrivateTmp=false
|
||
|
KillMode=control-group
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|