#!/usr/bin/openrc-run
# Copyright (C) 2023 Muhammad Herdiansyah
# Copyright (C) 2023 Artix Linux Developers
# Distributed under the same terms of the main package

supervisor=supervise-daemon
command="/usr/bin/turnstiled"

depend() {
    before agetty xdm
}
