rpcbind: remove redundant systemd unit files

This commit is contained in:
MilhouseVH 2016-12-23 20:52:00 +00:00
parent 72212c0dc3
commit fc0bda61cf
2 changed files with 0 additions and 23 deletions

View File

@ -1,14 +0,0 @@
[Unit]
Description=RPC bind service
Requires=rpcbind.socket
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/rpcbind
TimeoutStopSec=1s
[Install]
WantedBy=multi-user.target
Also=rpcbind.socket

View File

@ -1,9 +0,0 @@
[Unit]
Description=RPCbind Server Activation Socket
[Socket]
ListenStream=/var/run/rpcbind.sock
[Install]
WantedBy=sockets.target