add runit user services

This commit is contained in:
Felix Van der Jeugt 2016-03-17 00:00:58 +01:00
parent 4b3485939a
commit 7644adfe64
4 changed files with 12 additions and 0 deletions

5
.gitignore vendored
View File

@ -13,5 +13,10 @@ vim/bundle
vim/tmp
vim/spell
# runit user services
services/*/supervise
services/*/lock
services/*/current
# other
*.pyc

2
services/mpd/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec mpd --no-daemon

2
services/urxvtd/conf Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
export RXVT_SOCKET=/home/noctua/.urxvt/urxvtd-abysm

3
services/urxvtd/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec /usr/bin/urxvtd -q