added robots.txt and systemd unit files

This commit is contained in:
User 2019-03-19 05:30:54 +01:00
parent a8f78b1c70
commit 735b7ff3b9
3 changed files with 19 additions and 0 deletions

2
web/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

8
xkcdstatus.service Normal file
View File

@ -0,0 +1,8 @@
[Unit]
Description=Minecraft xkcd server monitor
After=network.target
[Service]
WorkingDirectory=PATH
ExecStart=PATH/xkcraftia-monitor.sh
Type=simple

9
xkcdstatus.timer Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=xkcraftia Minecraft monitor timer
[Timer]
OnBootSec=1m
OnUnitActiveSec=1m
[Install]
WantedBy=timers.target