[Unit]
Description=Logcat service startup
Documentation=Fix ownership and start logcat
After=network.target

[Service]
Type=forking
User=root
ExecStart=/usr/local/bin/startup-logcat
Restart=on-failure

[Install]
WantedBy=multi-user.target