This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=default.target
 
- 
        
- 
    [Service]- 
        ExecStart=/bin/sh -ec 'GTK_MODULES="$${GTK_MODULES:+$GTK_MODULES:}unity-gtk-module";/usr/bin/dbus-update-activation-environment --verbose --systemd GTK_MODULES'
- 
        ExecStopPost=/bin/sh -ec 'GTK_MODULES=$$(echo -n $${GTK_MODULES} | /usr/bin/awk -v RS=: -v ORS=: "/^unity-gtk-module$/ {next} {print}" | /usr/bin/sed -e "s/:*$//");/usr/bin/dbus-update-activation-environment --verbose --systemd GTK_MODULES'
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=dbus.service
- 
        Before=unity7.service unity-panel-service.service gnome-session.service
- 
        Description=Unity GTK Module Environment variables
- 
        PartOf=default.target
 
- 
        
Additionnal notes
Nothing here.