diff options
author | baude <bbaude@redhat.com> | 2018-04-28 11:45:51 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-30 20:45:33 +0000 |
commit | c8c39779a7919e78a97b97394930080885a41425 (patch) | |
tree | 75bee479259607b70ecb076f288d9909ead3fa7e /contrib | |
parent | 52ace66e76ca2854e58ded9d337a3ff1d26a9202 (diff) | |
download | podman-c8c39779a7919e78a97b97394930080885a41425.tar.gz podman-c8c39779a7919e78a97b97394930080885a41425.tar.bz2 podman-c8c39779a7919e78a97b97394930080885a41425.zip |
correct varlink command in service file
The struct of the varlink command changed to accept a URI
as input. This was never updated in the service file
Signed-off-by: baude <bbaude@redhat.com>
Closes: #691
Approved by: mheon
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/varlink/io.projectatomic.podman.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/varlink/io.projectatomic.podman.service b/contrib/varlink/io.projectatomic.podman.service index 5b5c43134..fe3a236ad 100644 --- a/contrib/varlink/io.projectatomic.podman.service +++ b/contrib/varlink/io.projectatomic.podman.service @@ -5,7 +5,7 @@ After=io.projectatomic.podman.socket [Service] Type=simple -ExecStart=/usr/bin/podman --varlink=unix:/run/io.projectatomic.podman +ExecStart=/usr/bin/podman varlink unix:/run/io.projectatomic.podman [Install] WantedBy=multi-user.target |