Corrected a formating issue and removed unnecessary unit timer.
This commit is contained in:
parent
07137473ab
commit
fb5a2390a0
|
@ -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
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Urban Terror
|
||||
|
||||
[Timer]
|
||||
OnBootSec=0
|
||||
Persistent=false
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue