summarylogtreecommitdiffstats
path: root/rait.service
blob: 49f55e172926b457f074e852713dddf8b41a4e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target