forked from TDTP/pantallas-led
13 lines
222 B
INI
13 lines
222 B
INI
![]() |
[Unit]
|
||
|
Description=WebService Datos Parada
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
WorkingDirectory=/srv/parada_led
|
||
|
ExecStart=/usr/bin/python3 /srv/parada_led/app.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|