diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-03-09 00:49:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-16 03:53:55 +0100 |
commit | 196e3fa74a88a04b0ecec7d3af648287dd088f8a (patch) | |
tree | de8c546d2aec2dad4a6ae526641c9a2b2e13c65d /units/frugalware/display-manager.service | |
parent | bba6cb45a501916f0e99d5b25c45f40ba6088649 (diff) |
Add Frugalware display-manager service
Diffstat (limited to 'units/frugalware/display-manager.service')
-rw-r--r-- | units/frugalware/display-manager.service | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/units/frugalware/display-manager.service b/units/frugalware/display-manager.service new file mode 100644 index 0000000000..a092c56de6 --- /dev/null +++ b/units/frugalware/display-manager.service @@ -0,0 +1,19 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Display Manager +After=syslog.target local.service systemd-user-sessions.service + +Conflicts=splashy-quit.service +After=splashy-quit.service + +[Service] +EnvironmentFile=/etc/sysconfig/desktop +ExecStart=/bin/bash -c "exec ${desktop}" +Restart=always +RestartSec=0 |