Skip to content

Instantly share code, notes, and snippets.

@eugeneia
Created August 14, 2018 08:22
Show Gist options
  • Save eugeneia/c1aa624b98db15d40cc906d1be2afda6 to your computer and use it in GitHub Desktop.
Save eugeneia/c1aa624b98db15d40cc906d1be2afda6 to your computer and use it in GitHub Desktop.
#! /usr/bin/env nix-shell
#! nix-shell -i sh -p ccl
exec ccl --load ~/etc/httpd0/start.lisp
[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