Files
WPIQ/wo/cli/templates/wo-kernel-service.mustache
2019-07-25 17:13:27 +02:00

14 lines
325 B
Plaintext

[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