[Unit] Description=Rest1C Order Status Daemon After=network.target [Service] User=bitrix Group=bitrix WorkingDirectory=/home/bitrix/www/rest1c ExecStart=/usr/bin/php /home/bitrix/www/rest1c/bin/console orders:status-daemon Restart=always RestartSec=5 KillMode=control-group StandardOutput=append:/home/bitrix/www/rest1c/errors/systemd_out.log StandardError=append:/home/bitrix/www/rest1c/errors/systemd_err.log [Install] WantedBy=multi-user.target