8 lines
130 B
Bash
Executable file
8 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
# Start notification daemon
|
|
/usr/lib/notification-daemon-1.0/notification-daemon
|
|
|
|
# Execute Gajim
|
|
exec /usr/bin/gajim
|