Skip to content

Commit 56275cf

Browse files
install service file
1 parent 8736c7f commit 56275cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

install.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ if [ -f main.py ]; then
3838
}
3939
fi
4040

41+
# Clipboard watcher service
42+
cp utils/clipboard_watcher.service /lib/systemd/system/clipboard_watcher.service || {
43+
die "Failed to install clipboard_watcher.service"
44+
}
45+
4146
if [ -f main.sh ]; then
4247
cp -v main.sh /usr/share/udroid/ || {
4348
die "Failed to copy main.sh"
@@ -74,6 +79,4 @@ ln -sv /usr/share/udroid/main.sh /usr/bin/udroid-upgrade || {
7479
die "Failed to create symlink"
7580
}
7681

77-
# Clipboard-service
78-
7982
shout "Installation Complete."

0 commit comments

Comments
 (0)