mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
Fixed issues with system service files for new installations
This commit is contained in:
parent
b99d293b65
commit
d7f004e6a2
6 changed files with 12 additions and 12 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue