Skip to content

Instantly share code, notes, and snippets.

@wintersolutions
Created January 29, 2021 00:20
Show Gist options
  • Save wintersolutions/fa8c94413976ff2d89ecb492108f1c53 to your computer and use it in GitHub Desktop.
Save wintersolutions/fa8c94413976ff2d89ecb492108f1c53 to your computer and use it in GitHub Desktop.
[Unit]
Description=LXD host DNS service
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/local/bin/lxdhostdns_start.sh
RemainAfterExit=true
ExecStop=/usr/local/bin/lxdhostdns_stop.sh
StandardOutput=journal
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment