blob: 15da3e57135ee4562df61599e6e37187c019902c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=tgp telegram proxy
After=network.target
[Service]
StandardOutput=syslog
StandardError=syslog
ExecStart=/usr/bin/tgp /etc/tgp.toml
[Install]
WantedBy=multi-user.target
|