13 lines
225 B
SYSTEMD
13 lines
225 B
SYSTEMD
|
[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
|