A website for producing interactive charts without writing a single line of code. Built with Common Lisp and Python. https://charts.craigoates.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
359 B

[Unit]
Description=Production version of charts.craigoates.net.
After = syslog.target network.target
[Service]
ExecStart=/usr/bin/sbcl --eval '(ql:quickload :hot-line)' --eval '(setf (osicat:environment-variable "APP_ENV") "production")' --eval '(hot-line:main)'
Restart=always
RestartSec=10
KillSignal=SIGINT
User=craig
[Install]
WantedBy=multi-user.target