summaryrefslogtreecommitdiff
path: root/community/mfs/mfsmaster.service
blob: 410774f9adb3714136e4728f5706afdb5fcf85b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Distributed file system (master)
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/mfsmaster start
ExecStop=/usr/bin/mfsmaster stop
PIDFile=/run/mfs/mfsmaster.pid
Restart=always

[Install]
WantedBy=multi-user.target