diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-08-22 15:27:18 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-08-22 15:27:18 +0200 |
commit | 96b1920ccce0d2a7757179398bf05b79a5d17970 (patch) | |
tree | cf26c15e34a5ff56b088fb5a188db3c2b206c465 | |
parent | ae4439a5d95f26047fc67554b970d0b1909f9250 (diff) |
-rw-r--r-- | proof-of-concept/tftp/cloner/etc/systemd/system/cloner.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/proof-of-concept/tftp/cloner/etc/systemd/system/cloner.service b/proof-of-concept/tftp/cloner/etc/systemd/system/cloner.service new file mode 100644 index 0000000..afa0a69 --- /dev/null +++ b/proof-of-concept/tftp/cloner/etc/systemd/system/cloner.service @@ -0,0 +1,13 @@ +[Unit] +Description=Cloner +After=network.target +Before=getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service + +[Service] +Type=oneshot +WorkingDirectory=/ +ExecStart=/opt/cloner/bin/cloner +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target |