Advertisement
buraglio

pvenetcommit.service

Jan 2nd, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. root@pve:~# cat /lib/systemd/system/pvenetcommit.service
  2. [Unit]
  3. Description=Commit Proxmox VE network changes
  4. DefaultDependencies=no
  5. After=local-fs.target
  6. Before=sysinit.target
  7.  
  8. [Service]
  9. ExecStartPre=-/bin/rm -f /etc/openvswitch/conf.db
  10. ExecStartPre=-/bin/mv /etc/network/interfaces.new /etc/network/interfaces
  11. ExecStart=/bin/true
  12. Type=oneshot
  13. RemainAfterExit=yes
  14.  
  15.  
  16. [Install]
  17. WantedBy=sysinit.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement