1
0
forked from rpms/rpcbind
rpcbind/rpcbind.service
Steve Dickson 4d358c968f Migrated SysV initscripts to systemd (bz 713574)
Signed-off-by: Steve Dickson <steved@redhat.com>
2011-07-07 11:29:01 -04:00

13 lines
204 B
Desktop File

[Unit]
Description=RPC bind service
Requires=rpcbind.socket
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/sbin/rpcbind -w
[Install]
WantedBy=multi-user.target
Also=rpcbind.socket