summarylogtreecommitdiffstats
path: root/service
blob: b581c55f35fa47bbec4af6cbc6e17584b7d6c2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=DroidMote
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/droidmote.conf
ExecStart=/usr/bin/droidmote $PORT $PASSWORD
Restart=always

[Install]
WantedBy=multi-user.target