diff options
Diffstat (limited to 'systemd-units/rpcbind/files')
-rw-r--r-- | systemd-units/rpcbind/files/rpcbind.service.4 | 14 | ||||
-rw-r--r-- | systemd-units/rpcbind/files/rpcbind.socket.4 | 8 |
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 |