Skip to content

Instantly share code, notes, and snippets.

@srhb
Last active August 15, 2018 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/6f837beeaf42e441efa4a73992c7b634 to your computer and use it in GitHub Desktop.
Save srhb/6f837beeaf42e441efa4a73992c7b634 to your computer and use it in GitHub Desktop.
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