| 1 |
[Unit] |
|
| 2 |
Description=Recover Thunderbolt net interfaces into thunderbridge |
|
| 3 |
After=tb-bridge.service bolt.service |
|
| 4 |
Wants=tb-bridge.service |
|
| 5 | ||
| 6 |
[Service] |
|
| 7 |
Type=simple |
|
| 8 |
Restart=on-failure |
|
| 9 |
RestartSec=10 |
|
| 10 |
ExecStart=/usr/local/sbin/tb-recover.sh |
|
| 11 | ||
| 12 |
[Install] |
|
| 13 |
WantedBy=multi-user.target |