diff options
Diffstat (limited to 'src/lib/source/user/other/dconf-service-srv')
| -rw-r--r-- | src/lib/source/user/other/dconf-service-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/user/other/dconf-service-srv/run | 8 | ||||
| -rw-r--r-- | src/lib/source/user/other/dconf-service-srv/type | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/source/user/other/dconf-service-srv/producer-for b/src/lib/source/user/other/dconf-service-srv/producer-for new file mode 100644 index 0000000..6afcfa9 --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/producer-for @@ -0,0 +1 @@ +dconf-service-log diff --git a/src/lib/source/user/other/dconf-service-srv/run b/src/lib/source/user/other/dconf-service-srv/run new file mode 100644 index 0000000..a3a106d --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/run @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://gitlab.gnome.org/GNOME/dconf/ + +fdmove -c 2 1 + +dconf-service diff --git a/src/lib/source/user/other/dconf-service-srv/type b/src/lib/source/user/other/dconf-service-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/type @@ -0,0 +1 @@ +longrun |
