Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=PaperMC
- Requires=network-online.target
- [Service]
- WorkingDirectory=/mnt/usb1/appdata/config/minecraft-config
- User=argon
- Group=argon
- Type=forking
- ExecStart=/usr/bin/tmux new-session -s mcs -d 'java -Xmx2048M -jar paper.jar nogui'
- ExecStop=/usr/bin/tmux send-keys -t mc-%i:0.0 'say SERVER SHUTTING DOWN. Saving map...' C-m 'save-all' C-m 'stop' C-m
- ExecStop=/bin/sleep 2
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment