summaryrefslogtreecommitdiffstats
path: root/systemd/init-s3.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/init-s3.service')
-rw-r--r--systemd/init-s3.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/init-s3.service b/systemd/init-s3.service
new file mode 100644
index 0000000..95df4db
--- /dev/null
+++ b/systemd/init-s3.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=LYSERGIC S3 Initiator
+After=network-online.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/init-s3.sh start
+ExecStop=/usr/local/bin/init-s3.sh stop
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target
+