summarylogtreecommitdiffstats
path: root/rait.service
blob: 570c3e0566d93cf14f0be95ed241ef411d6161cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Redundant Array of Inexpensive Tunnels
After=network.target network-online.target nss-lookup.target

[Service]
Type=oneshot
ExecStart=/usr/bin/rait up
ExecStop=/usr/bin/rait down
ExecReload=/usr/bin/rait up
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target