mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-06 03:20:33 +00:00
17 lines
230 B
Desktop File
17 lines
230 B
Desktop File
[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
|
|
|