cdist-contrib/type/__wikijs/files/wikijs-openrc

12 lines
266 B
Plaintext
Raw Normal View History

2020-08-14 09:43:41 +00:00
#!/sbin/openrc-run
command='/usr/bin/node'
command_args='server'
command_background=true
2021-03-01 06:23:47 +00:00
command_user='wikijs'
2020-08-14 09:43:41 +00:00
description="Run wiki.js"
directory='/var/wiki'
error_log=/var/log/"$RC_SVCNAME".err
output_log=/var/log/"$RC_SVCNAME".log
pidfile="/run/$RC_SVCNAME.pid"