Created
January 29, 2021 00:20
-
-
Save wintersolutions/fa8c94413976ff2d89ecb492108f1c53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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