From fb5a2390a0cf14dbdf466ffd35751f14b2c7e499 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 14 Jan 2016 12:41:41 -0600 Subject: [PATCH] Corrected a formating issue and removed unnecessary unit timer. --- README.md | 1 + urbanterror.timer | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 urbanterror.timer diff --git a/README.md b/README.md index a50a414..5286934 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Run Urban Terror server using systemd, screen and mail applications on a Linux operating system. > **Note:** Tested to work on a Debian Wheezy/Jessie operating system, may require alterations for it to work on other operating systems. + > **Note:** It is assumed email is already configured and required packages are installed on the Linux system being used. ## Features diff --git a/urbanterror.timer b/urbanterror.timer deleted file mode 100644 index 006f932..0000000 --- a/urbanterror.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Urban Terror - -[Timer] -OnBootSec=0 -Persistent=false - -[Install] -WantedBy=multi-user.target