prepping initd file for larger changes
This commit is contained in:
parent
a4f03577a7
commit
aa2f6746c7
1 changed files with 8 additions and 2 deletions
|
@ -1,10 +1,16 @@
|
|||
#!/sbin/openrc-run
|
||||
supervisor=supervise-daemon
|
||||
command_user=mobilizon
|
||||
|
||||
name=mobilizon
|
||||
name="mobilizon"
|
||||
description="Daemon for Mobilizon, a federated tool for sharing events"
|
||||
|
||||
command_user="mobilizon:mobilizon"
|
||||
command_background=1
|
||||
command=/usr/bin/mobilizon
|
||||
command_args="start"
|
||||
|
||||
pidfile="/var/run/mobilizon.pid"
|
||||
directory=/opt/mobilizon
|
||||
export MIX_ENV=prod
|
||||
|
||||
depend() {
|
||||
|
|
Loading…
Add table
Reference in a new issue