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

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

[Install]
WantedBy=multi-user.target