dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1#!/sbin/openrc-run
 2
 3name="Emacs daemon"
 4command="/usr/bin/emacs"
 5command_args="--fg-daemon"
 6
 7command_background="yes"
 8
 9pidfile="$XDG_RUNTIME_DIR/${SVCNAME}.pid"
10