container: rm nologin file from container image

This allows one to create an sshd container if they want.

See https://pagure.io/atomic-wg/issue/316
This commit is contained in:
Dusty Mabe 2017-08-11 09:11:36 -04:00
parent 6b530c0957
commit 49357c4246
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connec
#
umount /run
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
%end