add runit user services
This commit is contained in:
parent
4b3485939a
commit
7644adfe64
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
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…
Reference in New Issue
Block a user