diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-25 20:39:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-25 20:39:41 -0400 |
commit | cee836f71e191e51dd48d34633bfd8c977ba3b8a (patch) | |
tree | 5cf0cbf47cea50276f2dc853500400554d04bd04 /src/usr/bin/myautomount-trayicon | |
parent | provide working trayicon now (diff) | |
download | myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.tar.gz myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.tar.bz2 myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.zip |
rename to myautomount
Add annotations to conf file, separate out initialization
so daemon can be per-user. Use a sane name.
Diffstat (limited to 'src/usr/bin/myautomount-trayicon')
-rwxr-xr-x | src/usr/bin/myautomount-trayicon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/bin/myautomount-trayicon b/src/usr/bin/myautomount-trayicon new file mode 100755 index 0000000..08be25d --- /dev/null +++ b/src/usr/bin/myautomount-trayicon @@ -0,0 +1,4 @@ +#!/bin/sh +# Part of myautomount project +. ${MYA_PREFIX}/etc/myautomount.conf +${MYA_PREFIX}/usr/libexec/myautomount/myautomount-trayicon.py |