aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/systemd/system/snx-rs.service
blob: 6e8953c0b08a7444d483194ca075b188f5e3781e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=SNX-RS VPN client
After=network.target network-online.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/home/sommerfeld/.nix-profile/bin/snx-rs -m command -l info
Restart=on-failure
RestartPreventExitStatus=1 2 255

[Install]
WantedBy=multi-user.target