3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
283 B
Desktop File
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
|