This commit is contained in:
mwiegand 2021-11-17 18:33:31 +01:00
parent 0bc88a6000
commit 80aec6f8ec

View file

@ -12,6 +12,7 @@ defaults = {
'User': 'build-server',
'Group': 'build-server',
'Environment': 'STRATEGIES_DIR=/opt/build-server/strategies',
'WorkingDirectory': '/var/lib/build-server',
'ExecStart': '/opt/build-server/build-server-crystal --port 4000',
'Restart': 'always',
},