blob: ccbadbd4d16728779d00b43fa557ced62de1cbd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Invisible Internet Project
After=network.target
[Service]
User=i2p
Type=forking
ExecReload=/usr/bin/i2prouter restart
ExecStart=/usr/bin/i2prouter start
ExecStop=/usr/bin/i2prouter stop
[Install]
WantedBy=multi-user.target
|