diff --git a/.config/systemd/system/adb.service b/.config/systemd/system/adb.service new file mode 100644 index 0000000..1009697 --- /dev/null +++ b/.config/systemd/system/adb.service @@ -0,0 +1,11 @@ +[Unit] +Description=Android Debug Server Daemon + +[Service] +Type=forking +User=root +ExecStart=/usr/bin/adb start-server +ExecStop=/usr/bin/adb kill-server + +[Install] +WantedBy=multi-user.target