add opensmtpd and ipv6tunnel hosts from krov

This commit is contained in:
2023-11-20 06:05:25 +01:00
parent bff6854de3
commit 7d0773a636
7 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Auto start ipv6 tunnel
After=network.target
[Service]
ExecStart=/usr/sbin/ifup he-ipv6
# Remove restarts if the command is just a one-off
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target