logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: a94da09a3aa9dcf63086ea8870e7493f5b2c1a43
parent: bf9c88c8ff982a2393deb55c9923f1fd3350fa32
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 13 Sep 2020 13:48:50 +0200

sys-auth/seatd: Add initd file

Diffstat:

Asys-auth/seatd/files/seatd.initd4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/sys-auth/seatd/files/seatd.initd b/sys-auth/seatd/files/seatd.initd @@ -0,0 +1,4 @@ +#!/sbin/openrc-run +supervisor=supervise-daemon +command="seatd" +command_args="-g video"