You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
517 B
27 lines
517 B
[Unit] |
|
Description=Enlightenment service |
|
Before=end.target |
|
After=xorg.target |
|
Requires=xorg.target |
|
Requires=dbus.socket |
|
Wants=pulseaudio.service |
|
Wants=ssh-agent.service |
|
AllowIsolate=true |
|
|
|
[Service] |
|
Type=notify |
|
#Environment=PATH=uncomment:to:override:your:PATH |
|
Environment=E_START=enlightenment |
|
ExecStart=@prefix@/bin/enlightenment |
|
Restart=always |
|
RestartPreventExitStatus=0 |
|
RestartSec=2 |
|
StartLimitInterval=30 |
|
StartLimitBurst=7 |
|
KillMode=process |
|
WatchdogSec=10 |
|
TimeoutSec=5 |
|
NotifyAccess=all |
|
|
|
[Install] |
|
WantedBy=wm.target
|
|
|