summarylogtreecommitdiffstats
path: root/debloat@.service
blob: 8bd1a84d1dd4868995731f9cad647b5784df0e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=debloat interface %I
Wants=network.target
After=network.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
Type=oneshot
Environment="IFACE=%I"
ExecStart=/usr/lib/debloat/debloat.sh

[Install]
WantedBy=multi-user.target