mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 14:24:48 +00:00
The boot and shutdown messages just looked weird: Starting Start ifup for %I ... Stopping Start ifup for %I
9 lines
150 B
Desktop File
9 lines
150 B
Desktop File
[Unit]
|
|
Description=ifup for %I
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/sbin/ifup --allow=hotplug %I
|
|
ExecStop=/sbin/ifdown %I
|
|
RemainAfterExit=true
|