Skip to content

Instantly share code, notes, and snippets.

@uehara1414
Last active September 3, 2016 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uehara1414/c0d7f68de0625a38c12baef9aae196eb to your computer and use it in GitHub Desktop.
Save uehara1414/c0d7f68de0625a38c12baef9aae196eb to your computer and use it in GitHub Desktop.
[Unit]
Description = minecraft server deamon
[Service]
User=root
ExecStart = /usr/bin/bash /root/minecraft/start.sh
Restart = always
Type = simple
[Install]
WantedBy = multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment