diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-06-19 16:07:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-06-19 16:07:15 +0000 |
commit | b9dea28d5df267e24e7cf85219d9228a88cf99b6 (patch) | |
tree | 2246567115ebe2d2e9c56909f3e6ffa97fcbb294 /x11-apps/xdm/files | |
parent | Version bump (diff) | |
download | gentoo-2-b9dea28d5df267e24e7cf85219d9228a88cf99b6.tar.gz gentoo-2-b9dea28d5df267e24e7cf85219d9228a88cf99b6.tar.bz2 gentoo-2-b9dea28d5df267e24e7cf85219d9228a88cf99b6.zip |
Use systemd_newunit().
(Portage version: 2.2.0_alpha41_p11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xdm/files')
-rw-r--r-- | x11-apps/xdm/files/systemd-service.patch | 13 | ||||
-rw-r--r-- | x11-apps/xdm/files/xdm.service | 10 |
2 files changed, 10 insertions, 13 deletions
diff --git a/x11-apps/xdm/files/systemd-service.patch b/x11-apps/xdm/files/systemd-service.patch deleted file mode 100644 index ad0e22036dce..000000000000 --- a/x11-apps/xdm/files/systemd-service.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- /dev/null 2011-06-14 08:28:46.818246020 +0200 -+++ xdm@.service 2011-06-14 11:19:39.000000000 +0200 -@@ -0,0 +1,10 @@ -+[Unit] -+Description=X-Window Display Manager on %I -+Requires=dev-%i.device -+After=dev-%i.device systemd-user-sessions.service -+ -+[Service] -+ExecStart=/usr/bin/xdm -nodaemon -+ -+[Install] -+Alias=graphical.target.wants/xdm@tty7.service diff --git a/x11-apps/xdm/files/xdm.service b/x11-apps/xdm/files/xdm.service new file mode 100644 index 000000000000..faaf72444498 --- /dev/null +++ b/x11-apps/xdm/files/xdm.service @@ -0,0 +1,10 @@ +[Unit] +Description=X-Window Display Manager on %I +Requires=dev-%i.device +After=dev-%i.device systemd-user-sessions.service + +[Service] +ExecStart=/usr/bin/xdm -nodaemon + +[Install] +Alias=graphical.target.wants/xdm@tty7.service |