7 lines
148 B
Bash
7 lines
148 B
Bash
#!/bin/sh
|
|
set -x
|
|
|
|
# we install with the daemon disabled, the configure hook
|
|
# will start it if appropriate
|
|
snapctl stop --disable $SNAP_NAME.daemon
|