Files
padsleep_adb/padsleep.service
T
2026-07-09 23:13:48 +08:00

17 lines
378 B
Desktop File

[Unit]
Description=padsleep_adb — 基于 ADB 的安卓平板亮屏/息屏控制
After=network.target
[Service]
Type=simple
User=kushidou
WorkingDirectory=/home/kushidou/apps/padsleep_adb
ExecStart=/usr/bin/python3 /home/kushidou/apps/padsleep_adb/padsleep.py
Restart=on-failure
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target