11 lines
195 B
SYSTEMD
11 lines
195 B
SYSTEMD
|
[Unit]
|
||
|
Description=Monitor status of X server start
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash -c '%h/.local/share/services/x-started-confirm.sh'
|
||
|
RestartSec=2
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|