Ubuntu Pastebin

Paste from stokachu at Mon, 29 Aug 2016 14:09:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
# Auto-generated, DO NO EDIT
Description=Service for snap application conjure-up.bridge
After=snapd.frameworks.target
Requires=snapd.frameworks.target
X-Snappy=yes

[Service]
ExecStart=/usr/bin/ubuntu-core-launcher snap.conjure-up.bridge snap.conjure-up.bridge /snap/conjure-up/x1/command-bridge.wrapper
Restart=no
WorkingDirectory=/var/snap/conjure-up/x1
Environment="SNAP=/snap/conjure-up/x1" "SNAP_COMMON=/var/snap/conjure-up/common" "SNAP_DATA=/var/snap/conjure-up/x1" "SNAP_NAME=conjure-up" "SNAP_VERSION=2.0.0.8" "SNAP_REVISION=x1" "SNAP_ARCH=amd64" "SNAP_LIBRARY_PATH=/var/lib/snapd/lib/gl:" "SNAP_USER_COMMON=/root/snap/conjure-up/common" "SNAP_USER_DATA=/root/snap/conjure-up/x1"
ExecStop=/usr/bin/ubuntu-core-launcher snap.conjure-up.bridge snap.conjure-up.bridge /snap/conjure-up/x1/stop-command-bridge.wrapper

TimeoutStopSec=30
Type=oneshot


[Install]
WantedBy=multi-user.target
Download as text