mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-13 16:35:35 +08:00
20 lines
381 B
Desktop File
20 lines
381 B
Desktop File
[Unit]
|
|
Description=LSB: acl - master framework to control services
|
|
After=network.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=always
|
|
RestartSec=3
|
|
TimeoutSec=1min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=no
|
|
ExecStart=/etc/init.d/acl-master start
|
|
ExecStop=/etc/init.d/acl-master stop
|
|
ExecReload=/etc/init.d/acl-master reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|