Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@pve:~# cat /lib/systemd/system/pvenetcommit.service
- [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
- ExecStartPre=-/bin/mv /etc/network/interfaces.new /etc/network/interfaces
- ExecStart=/bin/true
- Type=oneshot
- RemainAfterExit=yes
- [Install]
- WantedBy=sysinit.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement