diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-21 01:40:17 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-21 01:40:17 +0300 |
commit | d75f96dea025efec732ef8469ea9b3bb30e722f0 (patch) | |
tree | 59786387633c17feeca805dfb4874aaf82151493 /net-misc/i2pd/files/i2pd.service | |
parent | b381158ee1526a849a43c667cfaac9b73783da4b (diff) |
sync with gentoo
Diffstat (limited to 'net-misc/i2pd/files/i2pd.service')
-rw-r--r-- | net-misc/i2pd/files/i2pd.service | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/i2pd/files/i2pd.service b/net-misc/i2pd/files/i2pd.service deleted file mode 100644 index 7f44cde..0000000 --- a/net-misc/i2pd/files/i2pd.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=C++ daemon for accessing the I2P network -After=network.target - -[Service] -Type=forking -Restart=on-abnormal -PIDFile=/var/run/i2pd.pid -User=i2pd -Group=i2pd -PermissionsStartOnly=yes -ExecStartPre=/bin/touch /var/run/i2pd.pid /var/log/i2pd.log -ExecStartPre=/bin/chown i2pd:i2pd /run/i2pd.pid /var/log/i2pd.log -ExecStart=/usr/lib/i2pd/i2p --conf=/etc/i2pd.conf - -[Install] -WantedBy=multi-user.target - |