ticker/ticker.service

13 lines
225 B
SYSTEMD
Raw Normal View History

2020-07-20 17:07:52 +01:00
[Unit]
Description=Ticker
[Service]
# Command to execute when the service is started
ExecStart=/usr/bin/python3 /home/pi/ticker/main.py
[Service]
Environment=PYTHONUNBUFFERED=1
Type=simple
[Install]
WantedBy=default.target