summarylogtreecommitdiffstats
path: root/terminus-server.service
blob: 00be986afdb22e27257f5fc653699a4d4a962e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A rule based proxy in Go for %i.
After=network.target

[Service]
Type=exec
Restart=on-abort
ExecStart=/usr/bin/terminus-server
WorkingDirectory=/usr/share/terminus/

[Install]
WantedBy=network-online.target