1
0
mirror of https://github.com/javierpena/eink-calendar.git synced 2025-08-10 21:52:01 +02:00

First upload

This commit is contained in:
Javier Peña
2021-01-16 15:29:10 +01:00
parent c14a21137c
commit 4f82ac0cbd
23 changed files with 1373 additions and 15 deletions

14
scripts/calendar.service Normal file
View File

@@ -0,0 +1,14 @@
[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