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] [Unit]
Description=The wayland compositors and desktop of AsteroidOS Description=The wayland compositors and desktop of AsteroidOS
Requires=dbus.socket Requires=dbus.socket
[Service] [Service]
Type=notify Type=notify
EnvironmentFile=-/usr/share/asteroid-launcher/vars.conf EnvironmentFile=-/usr/share/asteroid-launcher/vars.conf
EnvironmentFile=-/var/lib/environment/compositor/*.conf EnvironmentFile=-/var/lib/environment/compositor/*.conf
ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done' ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done'
ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
TimeoutStopSec=3
Restart=always Restart=always
[Install] [Install]
WantedBy=default.target 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