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

[Service]
Type=forking
ExecStart=/usr/bin/mfsmaster start
ExecStop=/usr/bin/mfsmaster stop

[Install]
WantedBy=multi-user.target