summarylogtreecommitdiffstats
path: root/tgp.service
diff options
context:
space:
mode:
authorHeorhi Valakhanovich2023-03-27 21:45:51 +0300
committerHeorhi Valakhanovich2023-03-27 21:45:51 +0300
commitfb68306dfa81dc87bf88572fc7c32106e4fa20ea (patch)
treeb601b64c3f09e7a4929c3454135feb63a37a7761 /tgp.service
downloadaur-fb68306dfa81dc87bf88572fc7c32106e4fa20ea.tar.gz
v2.1.1
Diffstat (limited to 'tgp.service')
-rw-r--r--tgp.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/tgp.service b/tgp.service
new file mode 100644
index 000000000000..15da3e57135e
--- /dev/null
+++ b/tgp.service
@@ -0,0 +1,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 \ No newline at end of file