feat: add bds core, locale updates and safety fixes
This commit is contained in:
15
templates/service-systemd.tpl
Normal file
15
templates/service-systemd.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Minecraft {{CORE_NAME}} server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User={{SERVER_USER}}
|
||||
Group={{SERVER_USER}}
|
||||
WorkingDirectory={{SERVER_DIR}}
|
||||
ExecStart={{START_SCRIPT}}
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user