Ubuntu 16.04 LTS'de kullanıcı düzeyinde hizmetler çalıştırıyorum. Örneğin, test.service'im ~ / .config / systemd / user / test.service konumunda bulunuyor
Hizmeti yaparak çalıştırabildim
systemctl --user start test.target
Ancak, journalctl kullanarak günlüğünü okumaya çalıştığınızda, bu hata iletisini aldım:
journalctl --user -u test.service
Hint: You are currently not seeing messages from other users and the system.
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
No journal files were opened due to insufficient permissions.
Journalctl komutunu kullanıcının özel birimi için nasıl kullanabilirim?