Fixed instructions in systemd unit file.

This commit is contained in:
Tim Waugh 2014-01-14 14:32:31 +00:00
parent 8ef823f6ee
commit 42f43f399c
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: tigervnc Name: tigervnc
Version: 1.3.0 Version: 1.3.0
Release: 11%{?dist} Release: 12%{?dist}
Summary: A TigerVNC remote display system Summary: A TigerVNC remote display system
Group: User Interface/Desktops Group: User Interface/Desktops
@ -355,6 +355,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Jan 14 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-12
- Fixed instructions in systemd unit file.
* Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-11 * Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-11
- Fixed viewer crash when cursor has not been set (bug #1038701). - Fixed viewer crash when cursor has not been set (bug #1038701).

View File

@ -1,7 +1,7 @@
# The vncserver service unit file # The vncserver service unit file
# #
# Quick HowTo: # Quick HowTo:
# 1. Copy this file to /etc/systemd/system/vncserver@:<display>.service # 1. Copy this file to /etc/systemd/system/vncserver@.service
# 2. Edit <USER> and vncserver parameters appropriately # 2. Edit <USER> and vncserver parameters appropriately
# ("runuser -l <USER> -c /usr/bin/vncserver %i -arg1 -arg2") # ("runuser -l <USER> -c /usr/bin/vncserver %i -arg1 -arg2")
# 3. Run `systemctl daemon-reload` # 3. Run `systemctl daemon-reload`