Skip to content

Instantly share code, notes, and snippets.

View nathanielc's full-sized avatar

Nathaniel Cook nathanielc

  • 15:21 (UTC -06:00)
View GitHub Profile
{
"ok":true,
"items":[
{
"id": 1,
"name":"Add ability to test side effects in FluxEndToEnd tests ",
"url": "https://github.com/influxdata/flux/issues/1728"
},
{
"id": 2,
{
"Series": [
{
"name": "user",
"columns": [
"time",
"srcip",
"top"
],
"values": [
@nathanielc
nathanielc / gist:9b98350ccbcbf21256d7
Created August 20, 2014 05:07
Minecraft systemd unit file
[root@plex ~]# cat /etc/systemd/system/minecraft@.service
[Unit]
Description=Minecraft Server %i
[Service]
WorkingDirectory=/opt/minecraft-%i
User=mcserver
ExecStart=/usr/bin/screen -DmS mc-%i /bin/java -Xmx2048M -jar minecraft_server.jar nogui