Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/systemd/mcore-request-configuration.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2612 - (show annotations) (download)
Tue Sep 22 11:18:51 2015 UTC (8 years, 7 months ago) by niro
File size: 436 byte(s)
-start mcore-request-configuration before X11 to fix broken keyboard settings caused by a race condition when started at the same time
1 [Unit]
2 Description=mCore Client Configuration Request Daemon.
3 Wants=network-online.target mcored.service mcore-register-client.service multi-user.target
4 After=syslog.target network-online.target local-fs.target nss-lookup.target mcored.service mcore-register-client.service
5 Before=display-manager.service
6
7 [Service]
8 Type=oneshot
9 ExecStart=@@BINDIR@@/mcore-request-configuration
10 RemainAfterExit=yes
11
12 [Install]
13 WantedBy=multi-user.target