summaryrefslogtreecommitdiff
path: root/systemd/iot-barcode.target
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-30 10:49:55 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-10-30 11:00:01 +0100
commit6829d05453658a9f9672c847299c652b15126db1 (patch)
tree60d0f4ae1ec6950648e954c9a6528ce5a8e628ce /systemd/iot-barcode.target
parent84b9ddcc2905f5d8667cfef1359b724c23d27365 (diff)
downloadiot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.tar
iot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.tar.zst
iot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.zip
Introduce iot-barcode.target
Diffstat (limited to 'systemd/iot-barcode.target')
-rw-r--r--systemd/iot-barcode.target10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/iot-barcode.target b/systemd/iot-barcode.target
new file mode 100644
index 0000000..4d5cd7e
--- /dev/null
+++ b/systemd/iot-barcode.target
@@ -0,0 +1,10 @@
+
+[Unit]
+Description=Start this Target to start all IoT Barcode Services
+Requires=multi-user.target
+After=multi-user.target
+AllowIsolate=yes
+
+[Install]
+WantedBy=multi-user.target
+