mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 15:26:36 +00:00
16 lines
357 B
Desktop File
16 lines
357 B
Desktop File
[Unit]
|
|
Description=Commit Proxmox VE network changes
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/rm -f /etc/openvswitch/conf.db
|
|
Environment="FN=/etc/network/interfaces"
|
|
ExecStart=sh -c 'if [ -f ${FN}.new ]; then mv ${FN}.new ${FN}; fi'
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|