diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:47:16 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:47:16 +0300 |
commit | 0c6710a5661dcb9d197d5dc6c5f22aeb03ba583d (patch) | |
tree | 2792107df1e29aa284f37a4302b05eed7689b6ed /net-libs/tox/files/tox-bootstrapd.service | |
parent | 3a33f2966f834d3520b03df59018e3d0295fcc69 (diff) |
Revert "[toxcore] adaugat toxcore"
This reverts commit 3a33f2966f834d3520b03df59018e3d0295fcc69.
Diffstat (limited to 'net-libs/tox/files/tox-bootstrapd.service')
-rw-r--r-- | net-libs/tox/files/tox-bootstrapd.service | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-libs/tox/files/tox-bootstrapd.service b/net-libs/tox/files/tox-bootstrapd.service deleted file mode 100644 index 1581026c..00000000 --- a/net-libs/tox/files/tox-bootstrapd.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Tox DHT Bootstrap Daemon -After=network.target - -[Service] -Type=forking -PermissionsStartOnly=true -ExecStartPre=-/bin/mkdir /var/run/tox-bootstrapd -p -ExecStartPre=/bin/chown tox:tox -R /var/run/tox-bootstrapd -WorkingDirectory=/var/lib/tox-bootstrapd -ExecStart=/usr/bin/tox-bootstrapd /etc/tox-bootstrapd.conf -User=tox -Group=tox -PIDFile=/var/run/tox-bootstrapd/tox-bootstrapd.pid -#CapabilityBoundingSet=CAP_NET_BIND_SERVICE - -[Install] -WantedBy=multi-user.target |