Skip to content

Instantly share code, notes, and snippets.

@pessom
Created August 8, 2017 15:05
Show Gist options
  • Save pessom/5869e6b460a72a9f84879176fe5de976 to your computer and use it in GitHub Desktop.
Save pessom/5869e6b460a72a9f84879176fe5de976 to your computer and use it in GitHub Desktop.
[Unit]
Description=Activate service for JetBrains
After=network.target
[Service]
User=root
Group=root
Type=simple
ExecStart=/opt/IntelliJIDEALicenseServer_linux_amd64 -p 27015 -u staff
WorkingDirectory=/opt/
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment