7 lines
210 B
SYSTEMD
7 lines
210 B
SYSTEMD
|
[Service]
|
||
|
# Default unit sets Restart=on-abort, which will not automatically
|
||
|
# restart zed after system has suspended. I'm not sure why zed even
|
||
|
# exits after suspending the system.
|
||
|
Restart=always
|
||
|
RestartSec=2
|