summaryrefslogtreecommitdiff
path: root/community/keepalived/keepalived.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/keepalived/keepalived.service')
-rw-r--r--community/keepalived/keepalived.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/keepalived/keepalived.service b/community/keepalived/keepalived.service
new file mode 100644
index 000000000..c20f18695
--- /dev/null
+++ b/community/keepalived/keepalived.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+
+[Service]
+EnvironmentFile=/etc/conf.d/keepalived
+ExecStart=/usr/sbin/keepalived --dont-fork $DAEMON_OPTS
+
+[Install]
+WantedBy=multi-user.target