You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
217 B
INI
11 lines
217 B
INI
5 years ago
|
[Unit]
|
||
|
Description=Call of Duty Statistiken lesen
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/pi/cod_stats_tracker/venv/bin/python3 /home/pi/cod_stats_tracker/get_cod_stats.py
|
||
|
User=pi
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|