adding gkrellm-git
This commit is contained in:
parent
a9996f09b7
commit
357f51254f
2 changed files with 59 additions and 0 deletions
11
gkrellm-git/gkrellm.service
Normal file
11
gkrellm-git/gkrellm.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=GNU Krell Monitors server
|
||||
After=network.target
|
||||
# If hddtemp is added to the dependencies in the PKGBUILD, then use
|
||||
#After=network.target hddtemp.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/gkrellmd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in a new issue