You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
343 B
16 lines
343 B
[Unit]
|
|
Description=bantflags backend
|
|
|
|
[Service]
|
|
# Set to the location of the application
|
|
WorkingDirectory=/etc/bantflags
|
|
ExecStart=/usr/bin/dotnet /etc/bantflags/BantFlags.dll
|
|
Restart=always
|
|
# restarts 10 seconds after it goes bang
|
|
RestartSec=10
|
|
KillSignal=SIGINT
|
|
SyslogIdentifier=bantflags
|
|
User=www-data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |