Fixed issues with system service files for new installations

This commit is contained in:
Pinga 2025-05-22 13:24:39 +03:00
parent b99d293b65
commit d7f004e6a2
6 changed files with 12 additions and 12 deletions

View file

@ -11,8 +11,8 @@ ExecStart=/usr/bin/php /opt/registry/automation/msg_worker.php
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID
WorkingDirectory=/opt/registry/automation
StandardOutput=syslog
StandardError=syslog
StandardOutput=journal
StandardError=journal
SyslogIdentifier=msg_worker
[Install]