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.
16 lines
434 B
16 lines
434 B
[Unit]
|
|
Description=bantflags serb
|
|
|
|
[Service]
|
|
# Set to the location of the application
|
|
WorkingDirectory=/var/www/bantflags/src/
|
|
ExecStart=/usr/bin/env sbcl --eval '(progn (push #p"/var/www/bantflags/src" ql:*local-project-directories*) (ql:quickload :bantflags) (main))'
|
|
Restart=always
|
|
# restarts 10 seconds after it goes bang
|
|
RestartSec=10
|
|
KillSignal=SIGINT
|
|
SyslogIdentifier=bantflags
|
|
User=nginx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |