aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/network-sysctl@.service
blob: 06902ffed1c9bdff994aaa513cdab15eb275adeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Apply per interface kernel variables on %I
Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
DefaultDependencies=no
After=sys-devices-virtual-net-%i.device
Before=network-online.target
#ConditionPathIsReadWrite=/proc/sys/net/

[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/systemd-sysctl /etc/systemd/network/10-%i.sysctl

[Install]
WantedBy=sys-devices-virtual-net-%i.device