Add support for deja-dup-monitor on arch
This commit is contained in:
parent
6d4572fc8d
commit
94bf9b5d3a
@ -29,6 +29,8 @@ function start_desktop_applications() {
|
||||
# Deja duplicty backup monitor
|
||||
if test /usr/libexec/deja-dup/deja-dup-monitor ; then
|
||||
/usr/libexec/deja-dup/deja-dup-monitor &
|
||||
elif test /usr/lib/deja-dup/deja-dup-monitor ; then
|
||||
/usr/lib/deja-dup/deja-dup-monitor &
|
||||
fi
|
||||
|
||||
# Nextcloud files synchronization
|
||||
|
Loading…
Reference in New Issue
Block a user