1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/user-managerd/user-managerd.initd

10 lines
164 B
Text

#!/sbin/openrc-run
name=user-managerd
description="Sailfish user manager service"
command="/usr/bin/user-managerd"
command_background=yes
depend() {
need dbus
}