On Fri, 15.07.11 10:35, Ryan Nelson ([email protected]) wrote: > I'm trying to determine how to get the same functionality working under > systemd. I suppose I have to generate a .service file however I don't > know how to do this for this service. Any help would be grateful!
My recommendation would be to have a look on /lib/systemd/system/[email protected] and then base your own service file on that, placing it in /etc/systemd/system/[email protected]. Then, enable it by symlinking it to /etc/systemd/system/getty.target.wants/[email protected]. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
