Skip to content
Snippets Groups Projects
Commit 9aa56dd4 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dhtnode/systemd: use simple service mode

parent ec3b259e
Branches
Tags
No related merge requests found
[Unit]
Description=OpenDHT standalone node
After=network.target
[Service]
EnvironmentFile=@sysconfdir@/dhtnode.conf
ExecStart=@bindir@/dhtnode -d $DHT_ARGS
ExecStart=@bindir@/dhtnode -s $DHT_ARGS
KillMode=process
Restart=on-failure
Type=forking
Type=simple
DynamicUser=yes
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment