Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion linux/systemd/qubes-core.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ After=qubes-db-dom0.service libvirtd.service virtxend.socket xenconsoled.service

[Service]
Type=oneshot
StandardOutput=syslog
RemainAfterExit=yes
# Needed to avoid rebooting before all VMs have shut down.
TimeoutStopSec=180
Expand Down
1 change: 0 additions & 1 deletion linux/systemd/qubes-qmemman.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Description=Qubes memory management daemon
[Service]
Type=notify
ExecStart=/usr/bin/qmemmand
StandardOutput=syslog

[Install]
WantedBy=multi-user.target
1 change: 0 additions & 1 deletion linux/systemd/qubesd.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Before=systemd-user-sessions.service
[Service]
Type=notify
ExecStart=/usr/bin/qubesd
StandardOutput=syslog
KillMode=process
Restart=on-failure
RestartSec=1s
Expand Down