| Scott Baker | c5d6ec6 | 2015-10-27 21:47:35 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description={{ container_name }} | ||||
| 3 | After=docker.service | ||||
| 4 | |||||
| 5 | [Service] | ||||
| Scott Baker | f1611c6 | 2015-11-17 11:38:01 -0800 | [diff] [blame] | 6 | ExecStart=/bin/bash -c "/usr/local/sbin/start-container-{{ container_name }}.sh ATTACH" |
| 7 | ExecStop=/bin/bash -c "/usr/local/sbin/stop-container-{{ container_name }}.sh" | ||||
| 8 | SuccessExitStatus=0 137 | ||||
| Scott Baker | c5d6ec6 | 2015-10-27 21:47:35 -0700 | [diff] [blame] | 9 | |
| 10 | [Install] | ||||
| 11 | WantedBy=multi-user.target | ||||