Skip to content

Commit

Permalink
dont use absolute paths for kweb and ksushy service
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 12, 2024
1 parent c9ab270 commit 64fc88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kvirt/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
After=syslog.target
[Service]
Type=simple
ExecStart=/usr/bin/ksushy
ExecStart=ksushy
StandardOutput=syslog
StandardError=syslog
Environment=HOME={home}
Expand All @@ -223,7 +223,7 @@
After=syslog.target
[Service]
Type=simple
ExecStart=/usr/bin/kweb
ExecStart=kweb
StandardOutput=syslog
StandardError=syslog
Environment=HOME={home}
Expand Down

0 comments on commit 64fc88b

Please sign in to comment.