summary refs log tree commit diff
path: root/.config/rc/init.d/xdg-desktop-portal-darkman
blob: 8067c95614156df20cf5d2087afa0a1304858ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

name="darkman"
description="Control dark mode and light mode transitions"

supervisor=supervise-daemon
command="/usr/bin/darkman"
command_args="run"
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"

depend() {
	need dbus
}