10 lines
172 B
Desktop File
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 |