Skip to content

Commit 8736c7f

Browse files
add service file instead of script
1 parent e866673 commit 8736c7f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

utils/clipboard_watcher

Lines changed: 0 additions & 17 deletions
This file was deleted.

utils/clipboard_watcher.service

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description="clipboard broaker for termux-x11"
3+
4+
[Service]
5+
WorkingDirectory="/usr/share/udroid"
6+
ExecStart="bash /usr/share/udroid/main.sh --clipboard-service"
7+
Restart=always
8+
9+
[Install]
10+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)