summarylogtreecommitdiffstats
path: root/goxray.service
blob: 0403ddf761b3aa7fcd452057915c1d2813499506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GoXRay: Desktop VPN client for XRay
WantedBy=graphical-session.target
After=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/goxray
Restart=on-failure
RestartSec=10s

[Install]
WantedBy=graphical-session.target