mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-10 01:31:16 +00:00
15 lines
348 B
Desktop File
15 lines
348 B
Desktop File
[Unit]
|
|
Description=ifup for %I
|
|
After=local-fs.target networking.service
|
|
Before=network.target
|
|
BindsTo=sys-subsystem-net-devices-%i.device
|
|
ConditionPathIsDirectory=/run/network
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/ifup --allow=hotplug %I
|
|
ExecStartPost=/sbin/ifquery --state %I
|
|
ExecStop=/sbin/ifdown %I
|
|
RemainAfterExit=true
|