summary refs log tree commit diff stats
path: root/etc/getwtxt-proxied.service
blob: 07ea8cb26293961d4161a18fce075464759be791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=getwtxt

[Service]
Type=simple
ExecStart=/usr/local/getwtxt/getwtxt \
          --assets /usr/local/getwtxt/assets \
          --config /usr/local/getwtxt/getwtxt.yml \
          --db /usr/local/getwtxt/getwtxt.db \
          --dbtype leveldb \
          --proxied
Restart=always

[Install]
WantedBy=multi-user.target