add runit user services
This commit is contained in:
parent
4b3485939a
commit
7644adfe64
4 changed files with 12 additions and 0 deletions
2
services/mpd/run
Executable file
2
services/mpd/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec mpd --no-daemon
|
2
services/urxvtd/conf
Normal file
2
services/urxvtd/conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
export RXVT_SOCKET=/home/noctua/.urxvt/urxvtd-abysm
|
3
services/urxvtd/run
Executable file
3
services/urxvtd/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec /usr/bin/urxvtd -q
|
Loading…
Add table
Add a link
Reference in a new issue