Initial commit
This commit is contained in:
14
C#/WebDesktopUpdater/updater.service
Normal file
14
C#/WebDesktopUpdater/updater.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=A Service that Updates the WebDesktop Application
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=root
|
||||
ExecStart=/usr/bin/env dotnet run --project /home/WebDesktopUpdater/WebDesktopUpdater.csproj -c Release
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user