Skip to main content
Typo
Source Link
terdon
  • 252.2k
  • 69
  • 480
  • 718

Use the Native SystemD Journal

Replace tail with journalctl -f -u watchbackup.service

I can't find out why tail isn't allowed, only the fix. I'll add a more flushedfleshed out answer when I can find why, but I suspect it has something to do with the fact that tail cannot monitor a real time write, and systemd being the init system is running in real-time.

Use the Native SystemD Journal

Replace tail with journalctl -f -u watchbackup.service

I can't find out why tail isn't allowed, only the fix. I'll add a more flushed out answer when I can find why, but I suspect it has something to do with the fact that tail cannot monitor a real time write, and systemd being the init system is running in real-time.

Use the Native SystemD Journal

Replace tail with journalctl -f -u watchbackup.service

I can't find out why tail isn't allowed, only the fix. I'll add a more fleshed out answer when I can find why, but I suspect it has something to do with the fact that tail cannot monitor a real time write, and systemd being the init system is running in real-time.

Source Link
eyoung100
  • 7.5k
  • 25
  • 54

Use the Native SystemD Journal

Replace tail with journalctl -f -u watchbackup.service

I can't find out why tail isn't allowed, only the fix. I'll add a more flushed out answer when I can find why, but I suspect it has something to do with the fact that tail cannot monitor a real time write, and systemd being the init system is running in real-time.