Disable restart rate limiting in console-conf service files

For https://bugs.launchpad.net/bugs/1650091
This commit is contained in:
Michael Hudson-Doyle 2016-12-15 20:49:37 +13:00
parent 1ea6fffe2c
commit 10a6b7cd55
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After=rc-local.service
IgnoreOnIsolate=yes
ConditionPathExists=/dev/tty0
ConditionPathExists=!/var/lib/console-conf/complete
StartLimitInterval=0
[Service]
Environment=PYTHONPATH=/usr/share/subiquity

View File

@ -4,6 +4,7 @@ BindsTo=dev-%i.device
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
After=rc-local.service
ConditionPathExists=!/var/lib/console-conf/complete
StartLimitInterval=0
[Service]
Environment=PYTHONPATH=/usr/share/subiquity