Fix kernel tweaks
This commit is contained in:
14
wo/cli/templates/wo-kernel-service.mustache
Normal file
14
wo/cli/templates/wo-kernel-service.mustache
Normal 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
|
||||
Reference in New Issue
Block a user