Skip to content

Instantly share code, notes, and snippets.

@chloekek
Created April 21, 2020 17:43
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 chloekek/44782b48dafd8c3f09b3e439383e8680 to your computer and use it in GitHub Desktop.
Save chloekek/44782b48dafd8c3f09b3e439383e8680 to your computer and use it in GitHub Desktop.
[Unit]
Description=crai-fastcgi
After=network.target
StartLimitBurst=5
StartLimitIntervalSec=20
[Service]
ExecStart=/nix/store/1bz26cjxx6gwi423dccsjqglyxfispkf-crai/bin/crai-fastcgi --database=/var/lib/crai/crai.sqlite3 --fastcgi-socket=/var/run/crai/crai.fastcgi
Restart=always
User=crai
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment