17 lines
354 B
Desktop File
17 lines
354 B
Desktop File
[Unit]
|
|
Description=Bee: mirror system journal to %I
|
|
After=systemd-journald.service
|
|
Requires=systemd-journald.service
|
|
ConditionPathExists=/dev/%I
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/sh -c 'exec journalctl -f -n 200 -o short-monotonic > /dev/%I'
|
|
Restart=always
|
|
RestartSec=1
|
|
StandardOutput=null
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|