mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Rename systemd service file.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<None Update="public.asc">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="dic-server.service">
|
||||
<None Update="aaru-server.service">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
[Unit]
|
||||
Description=DiscImageChef Server
|
||||
Description=Aaru Server
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/var/www/dic-server
|
||||
ExecStart=/var/www/dic-server/DiscImageChef.Server
|
||||
WorkingDirectory=/var/www/aaru-server
|
||||
ExecStart=/var/www/aaru-server/Aaru.Server
|
||||
Restart=always
|
||||
# Restart service after 10 seconds if the dotnet service crashes:
|
||||
RestartSec=10
|
||||
KillSignal=SIGINT
|
||||
SyslogIdentifier=dic-server
|
||||
SyslogIdentifier=aaru-server
|
||||
User=www-data
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
|
||||
Reference in New Issue
Block a user