Add role for backend

This commit is contained in:
nemunaire 2016-12-04 18:52:53 +01:00
commit 89120bdaef
5 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1 @@
../../../../backend/backend

View file

@ -0,0 +1,12 @@
[Unit]
Description=FIC Backend service
After=mysql.service
[Service]
User=fic
Group=nogroup
WorkingDirectory=/home/fic
ExecStart=/home/fic/backend -unlockedChallenges -teams ./TEAMS -submission ./submissions
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1 @@
../../../../admin/static/