Running as a Service
Installing the service
sudo cp k9-tail.service /etc/systemd/system/k9-tail.serviceEnabling and starting
# Reload systemd to pick up the new unit file
sudo systemctl daemon-reload
# Enable the service to start at boot
sudo systemctl enable k9-tail
# Start the service now
sudo systemctl start k9-tailChecking status
sudo systemctl status k9-tailStopping and restarting
Unit file reference
Key settings
Setting
Value
Purpose
Viewing logs
Last updated