21 lines
496 B
Desktop File
21 lines
496 B
Desktop File
##########################################################################
|
|
# dn42regsrv example systemd service file
|
|
##########################################################################
|
|
|
|
[Unit]
|
|
Description=DN42 GRC API Server
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
User=regsrv
|
|
Group=registry
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/home/grcsrv/go/bin/dn42grcsrv
|
|
|
|
#########################################################################
|
|
# end of file
|