~dricottone/huttese-apk

f37fe3d3b7e77fbff7209a3ab2d637433f61ce8b — Drew DeVault 5 years ago 180c3dc
Fix indent on lists.sr.ht openrc files
M sr.ht/lists.sr.ht/lists.sr.ht-lmtp.init => sr.ht/lists.sr.ht/lists.sr.ht-lmtp.init +4 -4
@@ 15,12 15,12 @@ depend() {

start() {
	ebegin "Starting $name"
    touch "$LOGS"
    chown ${LISTS_USER} "$LOGS"
	touch "$LOGS"
	chown ${LISTS_USER} "$LOGS"
	start-stop-daemon \
		-u ${LISTS_USER} \
        -1 "$LOGS" \
        -2 "$LOGS" \
		-1 "$LOGS" \
		-2 "$LOGS" \
		--background \
		--make-pidfile \
		--pidfile /run/$name.pid \

M sr.ht/lists.sr.ht/lists.sr.ht-process.init => sr.ht/lists.sr.ht/lists.sr.ht-process.init +4 -4
@@ 15,12 15,12 @@ depend() {

start() {
	ebegin "Starting $name"
    touch "$LOGS"
    chown ${LISTS_USER} "$LOGS"
	touch "$LOGS"
	chown ${LISTS_USER} "$LOGS"
	start-stop-daemon \
		-u ${LISTS_USER} \
        -1 "$LOGS" \
        -2 "$LOGS" \
		-1 "$LOGS" \
		-2 "$LOGS" \
		--background \
		--make-pidfile \
		--pidfile /run/$name.pid \

M sr.ht/lists.sr.ht/lists.sr.ht.init => sr.ht/lists.sr.ht/lists.sr.ht.init +4 -4
@@ 16,12 16,12 @@ depend() {

start() {
	ebegin "Starting $name"
    touch "$LOGS"
    chown ${LISTS_USER} "$LOGS"
	touch "$LOGS"
	chown ${LISTS_USER} "$LOGS"
	start-stop-daemon \
		-u ${LISTS_USER} \
        -1 "$LOGS" \
        -2 "$LOGS" \
		-1 "$LOGS" \
		-2 "$LOGS" \
		--background \
		--make-pidfile \
		--pidfile /run/$name.pid \