blob: 940395aba7e37514aaf3a57a1641ae54452c61fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Unit]
Description=GNOME Initial Setup
BindsTo=gnome-session.target
After=gnome-session.target
# Together with Type=oneshot, make sure the welcome tour starts after setup
Before=gnome-welcome-tour.service
# Never run in GDM
Conflicts=gnome-session@gnome-login.target
Conflicts=gnome-session@gnome-initial-setup.target
ConditionPathExists=!%E/gnome-initial-setup-done
[Service]
Type=oneshot
ExecStart=@libexecdir@/gnome-initial-setup --existing-user
Restart=no
|