Commit 29095e32 authored by Florent Revest's avatar Florent Revest

asteroid-launcher: Don't load environment from an unused file

parent de916801
...@@ -4,7 +4,6 @@ Requires=dbus.socket ...@@ -4,7 +4,6 @@ Requires=dbus.socket
[Service] [Service]
Type=notify Type=notify
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
......
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