mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
18 lines
469 B
Bash
18 lines
469 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
### BEGIN INIT INFO
|
||
|
# Provides: arsse
|
||
|
# Required-Start: $local_fs $network
|
||
|
# Required-Stop: $local_fs postgresql mysql
|
||
|
# Should-Start: postgresql mysql
|
||
|
# Should-Stop: postgresql mysql
|
||
|
# Default-Start: 2 3 4 5
|
||
|
# Default-Stop: 0 1 6
|
||
|
# Short-Description: The Advanced RSS Environment
|
||
|
# Description: The Arsse is a multi-protocol Web newsfeed synchronization service
|
||
|
### END INIT INFO
|
||
|
|
||
|
NAME=arsse
|
||
|
DAEMON=/usr/bin/arsse
|
||
|
|