master
Raw Download raw file
 1[Unit]
 2Description=minecraft map generator
 3After=network.target
 4
 5[Service]
 6Type=oneshot
 7User=ubuntu
 8RemainAfterExit=true
 9ExecStartPre=mkdir -p /tmp/map
10ExecStart=/opt/overviewer/overviewer.py -v --forcerender /opt/minecraft/data/world /tmp/map
11ExecStartPost=rsync -az /tmp/map/ /opt/minecraft/map/
12ExecStartPost=rm -rf /tmp/map
13
14[Install]
15WantedBy=multi-user.target