mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
17 lines
378 B
Desktop File
17 lines
378 B
Desktop File
[Unit]
|
|
Description=DiscImageChef Server
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/www/dic-server
|
|
ExecStart=/var/www/dic-server/DiscImageChef.Server
|
|
Restart=always
|
|
# Restart service after 10 seconds if the dotnet service crashes:
|
|
RestartSec=10
|
|
KillSignal=SIGINT
|
|
SyslogIdentifier=dic-server
|
|
User=www-data
|
|
Environment=ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|