Fix kernel tweaks

This commit is contained in:
VirtuBox
2019-07-25 17:13:27 +02:00
parent 5cf62061e7
commit 11de72b4e8
5 changed files with 35 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=WordOps kernel tweaks
# append here other services you want netdata to wait for them to start
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
User=root
ExecStart=/opt/wo-kernel.sh
StandardOutput=null
[Install]
WantedBy=multi-user.target
Alias=wo-kernel.service