files relocation

This commit is contained in:
Alexey Avramov
2020-05-23 15:34:51 +09:00
parent 28cf1340a6
commit 0e59278233
19 changed files with 22 additions and 22 deletions

8
openrc/nohang-desktop.in Executable file
View File

@@ -0,0 +1,8 @@
#!/sbin/openrc-run
name="nohang-desktop daemon"
description="Sophisticated low memory handler"
command=:TARGET_SBINDIR:/nohang
command_args="--monitor --config :TARGET_SYSCONFDIR:/nohang/nohang-desktop.conf"
pidfile="/var/run/nohang-desktop"
start_stop_daemon_args="--background --make-pidfile"

8
openrc/nohang.in Executable file
View File

@@ -0,0 +1,8 @@
#!/sbin/openrc-run
name="nohang daemon"
description="Sophisticated low memory handler"
command=:TARGET_SBINDIR:/nohang
command_args="--monitor --config :TARGET_SYSCONFDIR:/nohang/nohang.conf"
pidfile="/var/run/nohang"
start_stop_daemon_args="--background --make-pidfile"