Skip to content

Commit

Permalink
fix cockpit with custom service
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin committed Dec 3, 2024
1 parent 8e9a96c commit 24c8366
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions files/shared/etc/systemd/system/custom-cockpit.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Custom Cockpit Service
After=network.target

[Service]
ExecStart=/usr/libexec/cockpit-ws
Restart=always

[Install]
WantedBy=multi-user.target
3 changes: 1 addition & 2 deletions recipes/common/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ system:
# - tailscaled.service # Enabled (runs on system boot)
- com.system76.Scheduler.service
- libvirtd.service
- cockpit.socket
- cockpit.service
- custom-cockpit.service
- sshd
disabled:
# Disabled (does not run on system boot, unless other unit strictly requires it)
Expand Down

0 comments on commit 24c8366

Please sign in to comment.