blob: 3994d5abb8f8e337823c91819b6a2fd83b3d9182 (
plain)
1
2
3
4
|
#!/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
|