Files
Samuele-StackUser 9e9a63ea1a Update progeto FTL
Update startBrowser x MON PI
2022-07-15 16:20:37 +02:00

16 lines
311 B
Desktop File
Executable File

[Unit]
Description=FTServer
After=FTLogger.service
[Service]
Restart=always
RestartSec=5s
WorkingDirectory=/home/pi/AL/server/
ExecStart=/usr/bin/python3 /home/pi/AL/server/FTServer.py
[Install]
WantedBy=multi-user.target
After=systemd-networkd-wait-online.service
Wants=systemd-networkd-wait-online.service