Files
uhr/uhr.service
2019-12-30 14:44:30 +01:00

10 lines
172 B
Desktop File

# /etc/systemd/system/uhr.service
[Unit]
Description=Uhr starten
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/uhr/uhr.py
[Install]
WantedBy=multi-user.target