Commit 6090ca9d authored by Daniel Cordero's avatar Daniel Cordero

Revert "systemd: enable lingering on ceres"

This reverts commit 04acc8b6.
parent 5d1da83b
......@@ -23,13 +23,4 @@ do_install_append() {
install -m 0644 ${WORKDIR}/dbus.conf ${D}/etc/systemd/system/user@.service.d/dbus.conf
}
pkg_postinst_${PN}() {
#!/bin/sh -e
if [ x"$D" = "x" ]; then
loginctl enable-linger ceres
else
exit 1
fi
}
PACKAGECONFIG_append += "pam"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment