digipi/etc/systemd/system/webchat.service

19 wiersze
330 B
INI
Czysty Zwykły widok Historia

2024-01-08 17:34:37 +00:00
[Unit]
Description=webchat
Requires=tnc.service
[Service]
ExecStartPre=sleep 1
ExecStart=/home/pi/webchat.sh
WorkingDirectory=/home/pi/
StandardOutput=inherit
StandardError=inherit
#Environment=FLASK_CONFIG=development
#Environment=FLASK_ENV=development
Restart=no
User=pi
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target