This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=CFGFILE=/etc/mfs/mfsmaster.cfg
-
EnvironmentFile=-/etc/default/%p
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecReload=/usr/sbin/mfsmaster reload
-
ExecStart=/usr/sbin/mfsmaster -c ${CFGFILE} -f start
-
ExecStart=/usr/sbin/mfsmaster start
-
ExecStop=/usr/sbin/mfsmaster stop
-
LimitMEMLOCK=infinity
-
NoNewPrivileges
Introduced in systemd 239=yes -
OOMScoreAdjust=-999
-
PIDFile=/var/lib/mfs/.mfsmaster.lock
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=no
-
TimeoutSec=0
-
TimeoutStartSec=1800
-
TimeoutStopSec
Introduced in systemd 188=1800 -
Type=forking
-
Type=simple
-
-
[Unit]
-
After=local-fs.target network.target
-
After=network.target network-online.target
-
Before=remote-fs.target
-
Description=MooseFS Master server
-
Description=MooseFS metadata server
-
Documentation=man:mfsmaster
-
Wants=local-fs.target network-online.target
-
Wants=network-online.target
-
Additionnal notes
Nothing here.