Skip to content

Instantly share code, notes, and snippets.

@mismatch
Created July 21, 2013 09:50
Show Gist options
  • Save mismatch/6048102 to your computer and use it in GitHub Desktop.
Save mismatch/6048102 to your computer and use it in GitHub Desktop.
systemd service file for java app
[Unit]
Description=Test REST Service
After=network.target
[Service]
Type=forking
MemoryLimit=512M
ExecStart=/usr/lib/systemd/scripts/testrest
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment