integ/filesystem/nfs-utils-config/files/nfscommon.service
zhipengl 1305fcc31a Remove service config file patch for nfs-utils.
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>
2018-11-02 01:53:04 +00:00

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