telelog/init/systemd

13 lines
160 B
Plaintext
Raw Normal View History

2022-01-02 04:23:43 +01:00
[Unit]
Description=Telegram logger
[Service]
Type=simple
User=log
ExecStart=/usr/bin/telelog
Restart=always
RestartSec=0
[Install]
WantedBy=multi-user.target