Last active
August 15, 2018 08:38
-
-
Save srhb/6f837beeaf42e441efa4a73992c7b634 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
systemd.services.qtr-web = { | |
wantedBy = ["multi-user.target"]; | |
serviceConfig = { | |
User = "nobody"; | |
Type = "simple"; | |
ExecStart = ''${qtr-web}/bin/serve''; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment