Skip to content

Commit

Permalink
fix systemd service type
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfl committed Mar 31, 2018
1 parent 479edaf commit f06c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/i2pd.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RuntimeDirectory=i2pd
RuntimeDirectoryMode=0700
LogsDirectory=i2pd
LogsDirectoryMode=0700
Type=simple
Type=fork
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --pidfile=/var/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/i2pd/i2pd.pid
Expand Down

0 comments on commit f06c871

Please sign in to comment.