$ cat /etc/systemd/system/webdm_snappyd_0.7.service
[Unit]
Description=Snappy WebDM
Before=ubuntu-snappy.frameworks.target
After=ubuntu-snappy.frameworks-pre.target
Requires=ubuntu-snappy.frameworks-pre.target
X-Snappy=yes
[Service]
#ExecStart=/usr/bin/ubuntu-core-launcher webdm webdm_snappyd_0.7 /apps/webdm/0.7/snappyd
ExecStart=/apps/webdm/0.7/snappyd
WorkingDirectory=/apps/webdm/0.7
Environment="SNAPP_APP_PATH=/apps/webdm/0.7" "SNAPP_APP_DATA_PATH=/var/lib/apps/webdm/0.7" "SNAPP_APP_USER_DATA_PATH=%h/apps/webdm/0.7" "SNAP_APP_PATH=/apps/webdm/0.7" "SNAP_APP_DATA_PATH=/var/lib/apps/webdm/0.7" "SNAP_APP_USER_DATA_PATH=%h/apps/webdm/0.7" "SNAP_APP=webdm_snappyd_0.7" "TMPDIR=/tmp/snaps/webdm/0.7/tmp" "SNAP_APP_TMPDIR=/tmp/snaps/webdm/0.7/tmp" "SNAP_NAME=webdm" "SNAP_ORIGIN=" "SNAP_FULLNAME=webdm" "GOARM=7"
AppArmorProfile=webdm_snappyd_0.7
TimeoutStopSec=30
[Install]
WantedBy=multi-user.target