Drop the systemd running on advice from outfoxxed

This commit is contained in:
David Heinemeier Hansson
2026-05-19 11:20:29 +02:00
parent 2896fc5c98
commit c6d7aa9494
11 changed files with 32 additions and 60 deletions
-1
View File
@@ -12,7 +12,6 @@ if [[ -f $FIRST_RUN_MODE ]]; then
bash "$OMARCHY_PATH/install/first-run/battery-monitor.sh"
bash "$OMARCHY_PATH/install/first-run/recover-internal-monitor.sh"
bash "$OMARCHY_PATH/install/first-run/omarchy-shell.sh"
bash "$OMARCHY_PATH/install/first-run/cleanup-reboot-sudoers.sh"
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
bash "$OMARCHY_PATH/install/first-run/dns-resolver.sh"
+5 -2
View File
@@ -3,5 +3,8 @@
# omarchy:summary=Restart the Omarchy shell
# omarchy:examples=omarchy restart shell
systemctl --user enable omarchy-shell.service >/dev/null
systemctl --user restart omarchy-shell.service
CONFIG_DIR="$OMARCHY_PATH/shell"
if ! quickshell reload -p "$CONFIG_DIR" >/dev/null 2>&1; then
setsid quickshell -n -p "$CONFIG_DIR" >/dev/null 2>&1 &
fi
+2 -2
View File
@@ -8,8 +8,8 @@ if [[ $# -eq 0 || $1 == "-h" || $1 == "--help" ]]; then
cat <<USAGE
Usage: omarchy-shell <target> <method> [args...]
Forwards an IPC call to the supervised omarchy-shell service. The shell is
expected to already be running; this command does not start it.
Forwards an IPC call to the running Omarchy shell. The shell is expected
to already be running; this command does not start it.
Examples:
omarchy-shell shell ping