How to watch output from systemd service?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to watch output from systemctl service on CentOS as if I have started this service from console. Yes, I can see output with journalctl, but it doesn't scroll to the bottom automatically. So how can I watch live output from service?
journalctl systemctl
add a comment |Â
up vote
0
down vote
favorite
I want to watch output from systemctl service on CentOS as if I have started this service from console. Yes, I can see output with journalctl, but it doesn't scroll to the bottom automatically. So how can I watch live output from service?
journalctl systemctl
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to watch output from systemctl service on CentOS as if I have started this service from console. Yes, I can see output with journalctl, but it doesn't scroll to the bottom automatically. So how can I watch live output from service?
journalctl systemctl
I want to watch output from systemctl service on CentOS as if I have started this service from console. Yes, I can see output with journalctl, but it doesn't scroll to the bottom automatically. So how can I watch live output from service?
journalctl systemctl
journalctl systemctl
edited 41 secs ago
don_crissti
47.8k15126155
47.8k15126155
asked 7 mins ago
stiv
1772415
1772415
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
journalctl -f -u mystuff.service
It's in the manual:
-f, --follow
Show only the most recent journal entries, and continuously print new entries as they are appended to the
journal.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
journalctl -f -u mystuff.service
It's in the manual:
-f, --follow
Show only the most recent journal entries, and continuously print new entries as they are appended to the
journal.
add a comment |Â
up vote
0
down vote
journalctl -f -u mystuff.service
It's in the manual:
-f, --follow
Show only the most recent journal entries, and continuously print new entries as they are appended to the
journal.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
journalctl -f -u mystuff.service
It's in the manual:
-f, --follow
Show only the most recent journal entries, and continuously print new entries as they are appended to the
journal.
journalctl -f -u mystuff.service
It's in the manual:
-f, --follow
Show only the most recent journal entries, and continuously print new entries as they are appended to the
journal.
answered 1 min ago
don_crissti
47.8k15126155
47.8k15126155
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475292%2fhow-to-watch-output-from-systemd-service%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password