mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00

This will allow users to enable Ghostty startup on login. Users will need to explicitly enable startup on login via this command: ```sh systemctl enable --user com.mitchellh.ghostty.service ```
12 lines
183 B
SYSTEMD
12 lines
183 B
SYSTEMD
[Unit]
|
|
Description=@NAME@
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=@APPID@
|
|
ExecStart=@GHOSTTY@ --launched-from=systemd
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|