summarylogtreecommitdiffstats
path: root/accesser.service
blob: fb894aac20f2dbcda9e67b30f68553d1ba4370a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A tool for solving SNI RST
Documentation=https://github.com/URenko/Accesser

[Service]
Type=simple
WorkingDirectory=/etc/accesser/
ExecStart=accesser
ExecStop=kill $MAINPID

[Install]
Wants=network-online.target
After=network-online.target nss-lookup.target
WantedBy=default.target