mirror of
https://git.proxmox.com/git/pmg-api
synced 2025-08-13 12:06:37 +00:00
17 lines
292 B
Desktop File
17 lines
292 B
Desktop File
[Unit]
|
|
Description=Commit Proxmox network changes
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/mv /etc/network/interfaces.new /etc/network/interfaces
|
|
ExecStart=/bin/true
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|
|
|