summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
diff options
context:
space:
mode:
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index b4dfaf24e..b95124880 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -15,10 +15,9 @@
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-m4_ifdef(`TARGET_FEDORA', m4_define(`GETTY', `/sbin/mingetty'))m4_dnl
-m4_ifdef(`TARGET_DEBIAN', m4_define(`GETTY', `/sbin/getty 38400'))m4_dnl
-
+m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
+m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
+m4_dnl
[Unit]
Description=Getty on %I
Before=getty.target