diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-07 15:09:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 15:09:58 +0000 |
commit | 44bae03c4b3a705a6e77d6335560491c6cd87699 (patch) | |
tree | d9732b0739f1a7d80ba5682d4aacf9ab5df8ef9e /src/systemd/keepalived.service | |
parent | a685e55f3a1b215f422a2a84db351fe95c3331e4 (diff) | |
parent | 7f2483dac12564023571edef48bfa912009c6d5e (diff) | |
download | vyos-1x-1.3.6.tar.gz vyos-1x-1.3.6.zip |
Merge pull request #2949 from sever-sever/T55861.3.6
T5586: delete old systemd unit keepalived service
Diffstat (limited to 'src/systemd/keepalived.service')
-rw-r--r-- | src/systemd/keepalived.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/systemd/keepalived.service b/src/systemd/keepalived.service deleted file mode 100644 index a462d8614..000000000 --- a/src/systemd/keepalived.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Keepalive Daemon (LVS and VRRP) -After=vyos-router.service -# Only start if there is a configuration file -ConditionFileNotEmpty=/run/keepalived/keepalived.conf - -[Service] -KillMode=process -Type=simple -# Read configuration variable file if it is present -ExecStart=/usr/sbin/keepalived --use-file /run/keepalived/keepalived.conf --pid /run/keepalived/keepalived.pid --dont-fork --snmp -ExecReload=/bin/kill -HUP $MAINPID -PIDFile=/run/keepalived/keepalived.pid |