Failed to start LSB: AutoNice daemon at booting log (systemd)
Posted: Mon Feb 27, 2023 11:36 am
What this mean? How to solve? Thanks.
ps i am switched to systemd from sysv
ps i am switched to systemd from sysv
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
Code: Select all
$ systemctl status and
● and.service - LSB: AutoNice daemon
Loaded: loaded (/etc/init.d/and; generated)
Active: failed (Result: exit-code) since Tue 2023-02-28 17:35:56 EET; 2h 1min ago
Docs: man:systemd-sysv-generator(8)
Process: 935 ExecStart=/etc/init.d/and start (code=exited, status=1/FAILURE)
Tasks: 1 (limit: 4614)
Memory: 988.0K
CPU: 64ms
CGroup: /system.slice/and.service
└─969 /usr/sbin/and
Warning: some journal files were not opened due to insufficient permissions.
freeartist-mx@home:~
Code: Select all
$ systemctl start and
freeartist-mx@home:~
$ systemctl status and
● and.service - LSB: AutoNice daemon
Loaded: loaded (/etc/init.d/and; generated)
Active: active (running) since Tue 2023-02-28 19:37:29 EET; 2s ago
Docs: man:systemd-sysv-generator(8)
Process: 1741 ExecStart=/etc/init.d/and start (code=exited, status=0/SUCCESS)
Tasks: 1 (limit: 4614)
Memory: 1.0M
CPU: 21ms
CGroup: /system.slice/and.service
└─969 /usr/sbin/and
freeartist-mx@home:~