mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-11 01:08:34 +02:00
19 lines
374 B
Desktop File
19 lines
374 B
Desktop File
[Unit]
|
|
Description=EPP Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
Restart=on-failure
|
|
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
|
|
SyslogIdentifier=epp
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|