summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-05 08:46:48 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-05 08:46:48 +0200
commit045a4de61b953c92b3f9ec7b584719dd7a79a3bf (patch)
tree6515d84332dd52378a1141af5d39fbe3f4bb34af /systemd-units/rpcbind/files
parentdev-binpkg/pypy3: Bump to 5.5.0 (diff)
downloadmgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.tar.gz
mgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.tar.bz2
mgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.zip
systemd-units/*: remove stale
Diffstat (limited to 'systemd-units/rpcbind/files')
-rw-r--r--systemd-units/rpcbind/files/rpcbind.service.414
-rw-r--r--systemd-units/rpcbind/files/rpcbind.socket.48
2 files changed, 0 insertions, 22 deletions
diff --git a/systemd-units/rpcbind/files/rpcbind.service.4 b/systemd-units/rpcbind/files/rpcbind.service.4
deleted file mode 100644
index 802de07..0000000
--- a/systemd-units/rpcbind/files/rpcbind.service.4
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=RPC program number mapper service
-Requires=rpcbind.socket
-Wants=rpcbind.target
-After=syslog.target network.target
-Before=rpcbind.target
-
-[Service]
-# use --debug not to fork
-ExecStart=/sbin/rpcbind -d
-
-[Install]
-WantedBy=multi-user.target
-Also=rpcbind.socket
diff --git a/systemd-units/rpcbind/files/rpcbind.socket.4 b/systemd-units/rpcbind/files/rpcbind.socket.4
deleted file mode 100644
index d63c1d9..0000000
--- a/systemd-units/rpcbind/files/rpcbind.socket.4
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=RPCbind Server Activation Socket
-
-[Socket]
-ListenStream=/var/run/rpcbind.sock
-
-[Install]
-WantedBy=sockets.target