telelog/init/systemd

13 lines
164 B
Plaintext
Raw Normal View History

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