This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/usr/sbin/mfsmaster -c /etc/mfs-%I/mfsmaster.cfg reload
-
ExecStart=/usr/sbin/mfsmaster -c /etc/mfs-%I/mfsmaster.cfg start
-
ExecStop=/usr/sbin/mfsmaster -c /etc/mfs-%I/mfsmaster.cfg stop
-
PIDFile=/var/lib/mfs-%I/.mfsmaster.lock
-
Restart=no
-
TimeoutStartSec=1800
-
TimeoutStopSec
Introduced in systemd 188=1800 -
Type=forking
-
-
[Unit]
-
After=network.target network-online.target
-
Description=MooseFS Master server
-
Wants=network-online.target
-
Additionnal notes
Nothing here.