mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
10 lines
223 B
INI
10 lines
223 B
INI
[program:scim]
|
|
autostart=true
|
|
autorestart=true
|
|
command=/usr/bin/dotnet "Scim.dll"
|
|
directory=/app/Scim
|
|
environment=ASPNETCORE_URLS="http://+:5002"
|
|
redirect_stderr=true
|
|
startsecs=15
|
|
stdout_logfile=/var/log/bitwarden/scim.log
|