Commit 2d2c2994 authored by Dietmar Maurer's avatar Dietmar Maurer

fix pvebanner and pvenetcommit service dependencies

parent ff9e8b7c
[Unit] [Unit]
Description=Proxmox VE Login Banner Description=Proxmox VE Login Banner
ConditionPathExists=/usr/bin/pvebanner ConditionPathExists=/usr/bin/pvebanner
Wants=console-getty.service DefaultDependencies=no
After=local-fs.target
Before=console-getty.service Before=console-getty.service
[Service] [Service]
......
[Unit] [Unit]
Description=Commit Proxmox VE network changes Description=Commit Proxmox VE network changes
DefaultDependencies=no
After=local-fs.target
Before=sysinit.target
[Service] [Service]
ExecStartPre=-/bin/rm -f /etc/openvswitch/conf.db ExecStartPre=-/bin/rm -f /etc/openvswitch/conf.db
...@@ -8,5 +11,7 @@ ExecStart=/bin/true ...@@ -8,5 +11,7 @@ ExecStart=/bin/true
Type=oneshot Type=oneshot
RemainAfterExit=yes RemainAfterExit=yes
[Install] [Install]
WantedBy=networking.service WantedBy=sysinit.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment