8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="Telegram logger"
|
|
command="/usr/bin/telelog"
|
|
command_user="telelog:telelog"
|
|
command_background=true
|
|
pidfile="/run/telelog.pid"
|