mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-08 01:10:40 +00:00
17 lines
230 B
SYSTEMD
17 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=I2P router
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=i2pd
|
||
|
Group=i2pd
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/i2pd --service
|
||
|
PIDFile=/var/lib/i2pd/i2pd.pid
|
||
|
Restart=always
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|