mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
15 lines
286 B
Desktop File
15 lines
286 B
Desktop File
[Unit]
|
|
Description=Read /etc/sysctl.conf and /etc/sysctl.d/
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
TimeoutStartSec=infinity
|
|
# Contained in `systemd-path search-binaries-default`
|
|
ExecStart=-sysctl -p --system
|
|
User=root
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|