mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
10 lines
164 B
Text
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
|
|
}
|