...
| Code Block | ||
|---|---|---|
| ||
systemctl list-unit-files | grep -i dual |
- If you see results of...
..then it is most certainly systemd
...
| Code Block | ||
|---|---|---|
| ||
ls /etc/init.d/ | grep -i dual |
- If you see results of...
..then it is most certainly SysV
...
...
| Code Block | ||
|---|---|---|
| ||
systemctl list-unit-files | grep -i dual |
..then it is most certainly systemd
...
| Code Block | ||
|---|---|---|
| ||
ls /etc/init.d/ | grep -i dual |
..then it is most certainly SysV
...