14 lines
239 B
Desktop File
14 lines
239 B
Desktop File
[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
|