Skip to content

Instantly share code, notes, and snippets.

++++++++++
[
>+++++++>++++++++++>+++>+<<<<-
]
>++.
>+.
+++++++.
.
+++.
>++.
#Written by X41
#Modified by Centzilius
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# Version 2, December 2004
#
# Copyright (C) 2004 Sam Hocevar <[email protected]>
#
# Everyone is permitted to copy and distribute verbatim or modified
# copies of this license document, and changing it is allowed as long
# as the name is changed.
@Centzilius
Centzilius / craftbukkit.service
Created February 14, 2014 14:16
Modified craftbukkit.sh
[Unit]
Description=Minecraft server implementing the Bukkit API
[Service]
User=craftbukkit
Group=craftbukkit
ExecStart=/usr/bin/tmux new-session -d -s craftbukkit-console -d 'cd /srv/craftbukkit; java -Xmx1024M -Xms1024M -jar /srv/craftbukkit/craftbukkit.jar nogui'
ExecStop=/usr/bin/tmux send-keys -t craftbukkit-console 'broadcast NOTICE: Server shutting down in 5 seconds!' C-m;
ExecStop=/usr/bin/sleep 5
ExecStop=/usr/bin/tmux send-keys -t craftbukkit-console 'stop' C-m;
@Centzilius
Centzilius / PKGBUILD.patch
Last active August 29, 2015 13:55
Patches the PKGBUILD of php54
--- a/PKGBUILD 2013-10-16 10:42:28.000000000 +0200
+++ b/PKGBUILD 2014-02-02 17:16:06.451836286 +0100
@@ -1,5 +1,7 @@
-# $Id$
-# Maintainer: Pierre Schmitz <[email protected]>
+# Maintainer: Spider.007
+# Contributor: Vincent Post <[email protected]>
+# Contributor: arjen
+# Contributor: Pierre Schmitz <[email protected]>