summary refs log tree commit diff stats
path: root/etc/getwtxt.service
blob: 0d541ff091bd5574b03f252c690e678cb14e6470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
Restart=always

[Install]
WantedBy=multi-user.target