mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
sys-apps/deepcool-digital-linux: new package, add 0.10.1
Signed-off-by: Filip Kszczot <filip@kszczot.pl>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
description="DeepCool Digital"
|
||||
command="/usr/bin/deepcool-digital-linux"
|
||||
command_args=""
|
||||
command_background=1
|
||||
pidfile="/run/deepcool-digital-linux.pid"
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=DeepCool Digital
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/deepcool-digital-linux
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user