1#!/sbin/openrc-run23name="Emacs daemon"4command="/usr/bin/emacs"5command_args="--fg-daemon"67command_background="yes"89pidfile="$XDG_RUNTIME_DIR/${SVCNAME}.pid"10
Alpine Linux dotfiles
git clone git://git.lin.moe/dotfiles.git
1#!/sbin/openrc-run23name="Emacs daemon"4command="/usr/bin/emacs"5command_args="--fg-daemon"67command_background="yes"89pidfile="$XDG_RUNTIME_DIR/${SVCNAME}.pid"10