Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart long-running systemd services #2162

Merged
merged 1 commit into from
Jun 3, 2022
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
2 changes: 2 additions & 0 deletions packages/acpid/acpid.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Description=ACPI event daemon
[Service]
Type=forking
ExecStart=/usr/sbin/acpid -c /usr/lib/acpid/events
Restart=always
RestartSec=5

[Install]
WantedBy=preconfigured.target
2 changes: 2 additions & 0 deletions packages/open-vm-tools/vmtoolsd.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ConditionVirtualization=vmware

[Service]
ExecStart=/usr/bin/vmtoolsd
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target
2 changes: 2 additions & 0 deletions packages/os/apiserver.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Requires=storewolf.service migrator.service
[Service]
Type=notify
ExecStart=/usr/bin/apiserver --datastore-path /var/lib/bottlerocket/datastore/current --socket-gid 274
Restart=always
RestartSec=5
StandardError=journal+console

[Install]
Expand Down