Fix wrong variable name in systemd unit snippets.

This commit is contained in:
Steve Langasek 2017-10-11 18:24:19 -04:00
parent 16d7a516a8
commit 9f040f0481
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.474) UNRELEASED; urgency=medium
* Fix wrong variable name in systemd unit snippets.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 11 Oct 2017 18:17:14 -0400
livecd-rootfs (2.473) artful; urgency=medium
[ Balint Reczey ]

View File

@ -1,2 +1,2 @@
[Service]
Environment=NO_REEXEC=0
Environment=SNAP_REEXEC=0

View File

@ -1,2 +1,2 @@
[Service]
Environment=NO_REEXEC=0
Environment=SNAP_REEXEC=0