10 lines
176 B
INI
10 lines
176 B
INI
|
[Unit]
|
||
|
Description= Pyng service
|
||
|
After=multi-user.target
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/python3 /data/Pyng/app.py
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|