mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
11 lines
165 B
SYSTEMD
11 lines
165 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run reading of /etc/sysctl.conf and /etc/sysctl.d/
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=0
|
||
|
Persistent=true
|
||
|
RemainAfterElapse=false
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|