diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 15:09:17 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 15:09:17 -0300 |
| commit | 095c9e7a5b685323129ce157411f376c9fabfd80 (patch) | |
| tree | 35dda1ac9bb9cb6daf82d811149990462dfa2b92 /tibia-web.service | |
| parent | 326793ad5e585e00719252c2bb02bfcd94d518a8 (diff) | |
| download | web-095c9e7a5b685323129ce157411f376c9fabfd80.tar.gz web-095c9e7a5b685323129ce157411f376c9fabfd80.zip | |
wrapping up for a public release
Diffstat (limited to 'tibia-web.service')
| -rw-r--r-- | tibia-web.service | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tibia-web.service b/tibia-web.service new file mode 100644 index 0000000..db46dd1 --- /dev/null +++ b/tibia-web.service @@ -0,0 +1,22 @@ +# Basic SYSTEMD service file for the Tibia Web Server + +[Unit] +Description=Tibia Web Server +After=network.target +Requires=tibia-querymanager.service + +[Install] +WantedBy=multi-user.target + +[Service] +Type=simple +User=tibia-web +Group=tibia-web +ExecStart=/opt/tibia/web/web +WorkingDirectory=/opt/tibia/web/ +Restart=always +RestartSec=10 +LimitCORE=infinity +StandardOutput=journal +StandardError=journal +SyslogIdentifier=%n |
