blob: e542ba3692860fd130f7e9016e85ace354ecd540 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Check if remote access is desired, configure system
Before=lightdm.service display-manager.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/opt/openslx/scripts/systemd-remote_x_config
|