2022-01-02 04:23:43 +01:00
|
|
|
#!/sbin/openrc-run
|
|
|
|
|
|
|
|
description="Telegram logger"
|
|
|
|
command="/usr/bin/telelog"
|
2022-01-02 04:31:17 +01:00
|
|
|
command_user="telelog:telelog"
|
2022-01-02 04:23:43 +01:00
|
|
|
command_background=true
|
2022-01-02 04:31:17 +01:00
|
|
|
pidfile="/run/telelog.pid"
|