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