14 lines
325 B
Plaintext
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
|