Commit 4127e6f7 authored by Florent Revest's avatar Florent Revest

asteroid-launcher.service: Use a Stop timeout in case asteroid-launcher refuses to die

parent b5e5b8bb
[Unit]
Description=The wayland compositors and desktop of AsteroidOS
Requires=dbus.socket
[Service]
Type=notify
EnvironmentFile=-/usr/share/asteroid-launcher/vars.conf
EnvironmentFile=-/var/lib/environment/compositor/*.conf
ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done'
ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
TimeoutStopSec=3
Restart=always
[Install]
WantedBy=default.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment