Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/keepalived/init.d/keepalived.service.tpl

13 lines
294 B

2 years ago
[Unit]
Description=Redis In-Memory Data Store
After=network.target
[Service]
Type=forking
2 years ago
ExecStart={$SERVER_PATH}/keepalived/sbin/keepalived -D
ExecReload=/bin/kill -USR1 $MAINPID
2 years ago
Restart=on-failure
2 years ago
StandardOutput={$SERVER_PATH}/keepalived/keepalived.log
2 years ago
[Install]
WantedBy=multi-user.target