integ/connectivity/nfs-utils/files/nfsserver.service
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

14 lines
283 B
Desktop File

[Unit]
Description=Titanium Cloud Filesystem Server
After=network.target nfscommon.service hwclock.service
Before=ntpd.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/nfsserver start
ExecStop=/etc/init.d/nfsserver stop
[Install]
WantedBy=multi-user.target