summaryrefslogtreecommitdiffstats
path: root/server/modules/local_accounts/etc/systemd/system/local_accounts.service
diff options
context:
space:
mode:
Diffstat (limited to 'server/modules/local_accounts/etc/systemd/system/local_accounts.service')
-rw-r--r--server/modules/local_accounts/etc/systemd/system/local_accounts.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/modules/local_accounts/etc/systemd/system/local_accounts.service b/server/modules/local_accounts/etc/systemd/system/local_accounts.service
new file mode 100644
index 00000000..37488705
--- /dev/null
+++ b/server/modules/local_accounts/etc/systemd/system/local_accounts.service
@@ -0,0 +1,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