File: rpcbind.service

package info (click to toggle)
rpcbind 0.2.3-0.6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 992 kB
  • ctags: 667
  • sloc: ansic: 5,572; sh: 1,372; makefile: 121
file content (21 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=RPC bind portmap service
Documentation=man:rpcbind(8)
After=systemd-tmpfiles-setup.service
Wants=remote-fs-pre.target rpcbind.target
Before=remote-fs-pre.target rpcbind.target
Requires=rpcbind.socket
DefaultDependencies=no

[Service]
Environment="OPTIONS=-w"
ExecStart=/sbin/rpcbind -f $OPTIONS
EnvironmentFile=-/etc/rpcbind.conf
EnvironmentFile=-/etc/default/rpcbind
Type=notify
KillMode=process
Restart=on-failure

[Install]
Also=rpcbind.socket
WantedBy=multi-user.target