All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.systemd-configuration-template.service Maven / Gradle / Ivy

[Unit]
Description={{servicename}}
Requires=network.target
After=network.target

# If needed, enable this option to reboot immediately in process failure
# OnFailure=systemd-reboot.service

[Service]
Type=simple
User={{username}}
Group={{groupname}}
ExecStart={{installpath}}/{{servicename}}.war
SuccessExitStatus=143
RemainAfterExit=no
Restart=on-failure
RestartSec=10s
TimeoutStartSec=0

[Install]
WantedBy=multi-user.target




© 2015 - 2025 Weber Informatics LLC | Privacy Policy