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/das/start_das.php
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID
WorkingDirectory=/opt/registry/das
StandardOutput=syslog
StandardError=syslog
StandardOutput=journal
StandardError=journal
SyslogIdentifier=das
[Install]

View file

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

View file

@ -12,8 +12,8 @@ ExecStart=/usr/bin/php /opt/registry/automation/msg_producer.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_producer
PIDFile=/var/run/msg_producer.pid
LimitNOFILE=100000

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]

View file

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

View file

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