Ubuntu Pastebin

Paste from paelzer at Tue, 9 Aug 2016 07:37:28 +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 ntpsec.ntpd
After=snapd.frameworks.target
Requires=snapd.frameworks.target
X-Snappy=yes

[Service]
ExecStart=/usr/bin/ubuntu-core-launcher snap.ntpsec.ntpd snap.ntpsec.ntpd /snap/ntpsec/x1/command-ntpd.wrapper
Restart=on-failure
WorkingDirectory=/var/snap/ntpsec/x1
Environment="SNAP=/snap/ntpsec/x1" "SNAP_COMMON=/var/snap/ntpsec/common" "SNAP_DATA=/var/snap/ntpsec/x1" "SNAP_NAME=ntpsec" "SNAP_VERSION=daily" "SNAP_REVISION=x1" "SNAP_ARCH=amd64" "SNAP_LIBRARY_PATH=/var/lib/snapd/lib/gl:" "SNAP_USER_COMMON=/root/snap/ntpsec/common" "SNAP_USER_DATA=/root/snap/ntpsec/x1"


TimeoutStopSec=30
Type=forking


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