diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-09 09:43:25 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-09 09:43:25 +0200 |
commit | b9d6177f5f39fb15b958e8f2444b8b7722022ded (patch) | |
tree | f7918d5f31f8c1eee9ae1e4c211b7a7c2ad6c9d1 | |
parent | 6493ae7f6d89c0b10b84efecff4c33ad920e341c (diff) | |
download | vconsole-b9d6177f5f39fb15b958e8f2444b8b7722022ded.tar.gz |
really add systemd service file, update gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | vpublish.service | 13 |
2 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,6 @@ Make.config vconsole +vpublish valgrind.log *.o *.dep diff --git a/vpublish.service b/vpublish.service new file mode 100644 index 0000000..e80c28f --- /dev/null +++ b/vpublish.service @@ -0,0 +1,13 @@ +[Unit] +Description=libvirt guest display mdns publisher +Requires=libvirtd.service +Requires=avahi-daemon.service + +[Service] +Type=simple +ExecStart=/usr/bin/vpublish -c qemu:///system +KillMode=process +Restart=on-failure + +[Install] +WantedBy=multi-user.target |