Created
August 14, 2018 08:22
-
-
Save eugeneia/c1aa624b98db15d40cc906d1be2afda6 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
#! /usr/bin/env nix-shell | |
#! nix-shell -i sh -p ccl | |
exec ccl --load ~/etc/httpd0/start.lisp |
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=httpd0 Service for mr.gy and inters.co | |
[Service] | |
ExecStart=/run/current-system/sw/bin/nix-shell %h/bin/httpd0 | |
Restart=always | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment