18 lines
419 B
SYSTEMD
Executable File
18 lines
419 B
SYSTEMD
Executable File
[Unit]
|
|
Description=Telegram-robot-entry
|
|
|
|
Wants=network.target
|
|
After=syslog.target network-online.target
|
|
|
|
[Service]
|
|
ExecStart=sudo -u www-data /usr/bin/php /var/www/spetsresurs-telegram-robot-entry/mirzaev/spetsresurs/telegram/robot/entry/system/public/robot.php
|
|
PIDFile=/var/run/php/telegram-robot-entry.pid
|
|
RemainAfterExit=no
|
|
RuntimeMaxSec=3600s
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|