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

(cherry picked from commit 49357c4246)
This commit is contained in:
Dusty Mabe 2017-08-11 09:11:36 -04:00
parent fa78bd6482
commit dd059fb52b
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 1 additions and 0 deletions

View File

@ -38,5 +38,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