mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-25 05:07:38 +01:00
added logfile parameter
This commit is contained in:
parent
3d0818ec53
commit
3b374e368a
1 changed files with 1 additions and 1 deletions
2
debian/i2pd.service
vendored
2
debian/i2pd.service
vendored
|
@ -6,7 +6,7 @@ After=network.target
|
|||
User=i2pd
|
||||
Group=i2pd
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --pidfile=/var/run/i2pd/i2pd.pid --daemon --service
|
||||
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.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
|
||||
### Uncomment, if auto restart needed
|
||||
|
|
Loading…
Add table
Reference in a new issue