Estoy ejecutando servicios a nivel de usuario en Ubuntu 16.04 LTS. Por ejemplo, tengo mi test.service ubicado en ~ / .config / systemd / user / test.service
Pude ejecutar el servicio haciendo
systemctl --user start test.target
Sin embargo, cuando trato de leer su registro usando journalctl, recibí este mensaje de error:
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.
¿Cómo puedo usar journalctl para la unidad específica del usuario?