chfs systemd脚本

1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=chfs
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
ExecStart=/usr/local/bin/chfs --port=8000 --path=/data/--rule=${RULE}
Environment=RULE=::r|time:cuiwentime:r


[Install]
WantedBy=multi-user.target