[GH-ISSUE #144] Add systemd service file #120

Closed
opened 2026-02-27 16:38:01 +03:00 by kerem · 1 comment
Owner

Originally created by @normaldotcom on GitHub (Nov 7, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/144

For use on systemd-based Linux distributions, you should include a systemd service file in your distribution. Here is one I have working on my Arch Linux system. Some settings (such as ExecStart path) should probably be moved to the conf.d/webvirtmgr-novnc file, as webvirtmgr should probably be installed somewhere else under Arch packaging guidelines.

[Unit]
Description=WebVirtMgr NoVNC proxy

[Service]
EnvironmentFile=/etc/conf.d/webvirtmgr-novnc
Environment=PYTHONPATH=/usr/share/novnc/utils/
User=http
Group=http
ExecStart=/var/www/webvirtmgr/console/webvirtmgr-novnc
Type=simple

[Install]
WantedBy=multi-user.target

Originally created by @normaldotcom on GitHub (Nov 7, 2013). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/144 For use on systemd-based Linux distributions, you should include a systemd service file in your distribution. Here is one I have working on my Arch Linux system. Some settings (such as ExecStart path) should probably be moved to the conf.d/webvirtmgr-novnc file, as webvirtmgr should probably be installed somewhere else under Arch packaging guidelines. [Unit] Description=WebVirtMgr NoVNC proxy [Service] EnvironmentFile=/etc/conf.d/webvirtmgr-novnc Environment=PYTHONPATH=/usr/share/novnc/utils/ User=http Group=http ExecStart=/var/www/webvirtmgr/console/webvirtmgr-novnc Type=simple [Install] WantedBy=multi-user.target
kerem closed this issue 2026-02-27 16:38:01 +03:00
Author
Owner

@retspen commented on GitHub (Dec 12, 2013):

Thanks!

https://raw.github.com/retspen/webvirtmgr/anna/conf/initd/webvirtmgr-novnc-arch

<!-- gh-comment-id:30423660 --> @retspen commented on GitHub (Dec 12, 2013): Thanks! https://raw.github.com/retspen/webvirtmgr/anna/conf/initd/webvirtmgr-novnc-arch
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#120
No description provided.