Sto eseguendo servizi a livello di utente in Ubuntu 16.04 LTS. Ad esempio, ho il mio test.service situato in ~ / .config / systemd / user / test.service
Sono stato in grado di eseguire il servizio facendo
systemctl --user start test.target
Tuttavia, quando provo a leggere il suo registro usando journalctl, ho ricevuto questo messaggio di errore:
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.
Come posso usare journalctl per l'unità specifica dell'utente?