repo-cloner/old/logcat.service

14 lines
239 B
SYSTEMD
Raw Normal View History

2021-01-20 12:55:06 +01:00
[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