diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-07 09:35:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-07 13:04:12 -0300 |
commit | eb40603a035d01156e32b73b6a095fbb6f7c7579 (patch) | |
tree | 2d565bf433ff82b8352b40e838c1e4ce3289c8cd /community/sddm/sddm.initd | |
parent | 907f747ace4c35d4420e3b4e6ed2fc18fed59bfa (diff) | |
download | aports-eb40603a035d01156e32b73b6a095fbb6f7c7579.tar.bz2 aports-eb40603a035d01156e32b73b6a095fbb6f7c7579.tar.xz |
community/sddm: use supervise-daemon to run SDDM
Diffstat (limited to 'community/sddm/sddm.initd')
-rw-r--r-- | community/sddm/sddm.initd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/sddm/sddm.initd b/community/sddm/sddm.initd new file mode 100644 index 0000000000..6562259226 --- /dev/null +++ b/community/sddm/sddm.initd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon + +name="Display Manager" +description="SDDM Display Manager" + +command=/usr/bin/sddm +command_args="$sddm_opts" + +depends() { + needs localmount +} |