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