Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions service/share/systemd.service
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[Unit]
Description=D-Installer Service
Requires=dbus.socket cockpit.socket
Requires=cockpit.socket
After=network-online.target

[Service]
Type=dbus
BusName=org.opensuse.DInstaller
ExecStart=/usr/bin/d-installer manager
ExecStop=/usr/bin/d-installer -k
Type=simple
ExecStart=/usr/bin/d-installer
User=root
TimeoutStopSec=5

Expand Down