[tiny] Fix an indent in init template

This commit is contained in:
Kenjiro Nakayama 2016-07-20 17:41:26 +09:00
parent 3cd8d9d84e
commit 47260d68be
2 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ job "example" {
# this task to ensure it runs on a machine with
# enough capacity.
resources {
cpu = 500 # 500 Mhz
cpu = 500 # 500 MHz
memory = 256 # 256MB
network {
mbits = 10
@ -172,7 +172,7 @@ job "example" {
# Specify configuration related to log rotation
# logs {
# max_files = 10
# max_file_size = 15
# max_file_size = 15
# }
# Controls the timeout between signalling a task it will be killed

View File

@ -49,7 +49,7 @@ task "memcached" {
}
resources {
cpu = 500 # 500 Mhz
cpu = 500 # 500 MHz
memory = 256 # 256MB
network {
mbits = 10