5 lines
186 B
Bash
Executable file
5 lines
186 B
Bash
Executable file
#!/usr/bin/env sh
|
|
STARTPATH='gnome-config/autostart/nutstore-daemon.desktop'
|
|
install -CD /opt/nutstore/$STARTPATH ~/.nutstore/dist/$STARTPATH
|
|
exec /opt/nutstore/bin/nutstore-pydaemon.py
|