Package Details: minirc-ng-git 1.2.920ad1b-1

Git Clone URL: https://aur.archlinux.org/minirc-ng-git.git (read-only, click to copy)
Package Base: minirc-ng-git
Description: Minimalistic init script (ng)
Upstream URL: https://github.com/karabaja4/minirc-ng
Licenses: GPL2
Conflicts: systemd-sysvcompat, sysvinit
Submitter: karabaja4
Maintainer: karabaja4
Last Packager: karabaja4
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-07 23:40 (UTC)
Last Updated: 2023-09-30 11:40 (UTC)

Latest Comments

brikler commented on 2025-01-02 09:40 (UTC) (edited on 2025-01-02 09:41 (UTC) by brikler)

hi,

there is something wrong…

[root@CachyOS /]# rc list
minirc-ng 1.2.920ad1b
/usr/bin/rc @ 
[ ] dbus
[ ] annicy
[ ] sshd
[ ] iwd
[ ] scx_bpfland
[ ] numad
[ ] journal
[ ] wayfire-autologin

but these units all enabled in /etc/minirc.json except journal

[
    {
        "name": "dbus",
        "enabled": true,
        "user": "root",
        "command": "/usr/bin/dbus-broker-launch --scope system --audit"
    },
    {
        "name": "annicy",
        "enabled": true,
        "user": "root",
        "command": "/usr/bin/ananicy-cpp start"
    },
    {
        "name": "sshd",
        "enabled": false,
        "user": "root",
        "command": "/usr/bin/sshd -D -e"
    },
    {
        "name": "iwd",
        "enabled": true,
        "user": "root",
        "command": "/usr/lib/iwd/iwd"
    },
    {
        "name": "scx_bpfland",
        "enabled": true,
        "user": "root",
        "command": "/usr/bin/scx_bpfland"
    },
    {
        "name": "numad",
        "enabled": true,
        "user": "root",
        "command": "/usr/bin/numad -i 15"
    },
    {
        "name": "journal",
        "enabled": false,
        "user": "root",
        "command": "/usr/lib/systemd/systemd-journald"
    },
    {
        "name": "wayfire-autologin",
        "enabled": true,
        "user": "tom",
        "command": "/usr/local/bin/wayfire-autologin"
    }
]