2023-08-12 07:46:03 +00:00
|
|
|
# This user service is intended to be started with gnome-session.
|
|
|
|
[Unit]
|
2023-08-18 14:29:27 +00:00
|
|
|
Description=Mosey Branch desktop environment
|
2023-08-12 07:46:03 +00:00
|
|
|
Documentation=https://wiki.hyprland.org
|
|
|
|
|
|
|
|
After=gnome-manager-manager.target
|
|
|
|
Requisite=gnome-session-initialized.target
|
|
|
|
PartOf=gnome-session-initialized.target
|
|
|
|
|
|
|
|
OnFailure=gnome-session-shutdown.target
|
|
|
|
OnFailureJobMode=replace-irreversibly
|
|
|
|
CollectMode=inactive-or-failed
|
|
|
|
RefuseManualStart=true
|
|
|
|
RefuseManualStop=true
|
|
|
|
|
2023-08-18 14:29:27 +00:00
|
|
|
StartLimitIntervalSec=15
|
2023-08-12 07:46:03 +00:00
|
|
|
StartLimitBurst=4
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Slice=session.slice
|
|
|
|
Restart=on-failure
|
|
|
|
ExecStart=@script@
|
2023-08-18 14:29:27 +00:00
|
|
|
|
|
|
|
Type=notify
|
|
|
|
NotifyAccess=all
|
|
|
|
|
|
|
|
OOMScoreAdjust=-1000
|
|
|
|
TimeoutStopSec=5
|