]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-exportfs.service
- add systemd services configs
[packages/nfs-utils.git] / nfs-exportfs.service
1 [Unit]
2 Description=NFS Server
3 Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
4 After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
5
6 [Service]
7 Type=forking
8 StandardError=syslog+console
9 ExecStart=/usr/sbin/exportfs -r
10 ExecStop=/usr/sbin/exportfs -f
11
12 [Install]
13 WantedBy=multi-user.target
14
This page took 0.111821 seconds and 3 git commands to generate.