5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
|
#!/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
|