1305fcc31a
Use nfs-utils-config package to package service and config files for nfs-utils Story: 2003768 Task: 26461 Change-Id: Id24669ea5f7b7dadff025208e7f7f07f179c1490 Signed-off-by: zhipengl <zhipengs.liu@intel.com>
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=StarlingX Filesystem Common
|
|
After=network.target rpcbind.service
|
|
Before=nfsserver.service mountnfs.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/nfscommon start
|
|
ExecStop=/etc/init.d/nfscommon stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|