summaryrefslogtreecommitdiffstats
path: root/server/modules/local_accounts/etc/systemd/system/local_accounts.service
blob: 3748870535f425727c44d3a8bccd7ab4e369ed86 (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Runs the OpenSLX Create Users Tool
Wants=display-manager.service getty@tty1.service getty@ttyUSB0.service
Before=display-manager.service getty@tty1.service getty@ttyUSB0.service

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-local_accounts
RemainAfterExit=yes