Adding smapi set battery scripts
[shutils.git] / systemd / smapi.service
diff --git a/systemd/smapi.service b/systemd/smapi.service
new file mode 100644 (file)
index 0000000..7540f69
--- /dev/null
@@ -0,0 +1,11 @@
+[Unit]
+Description=iptables
+Before=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/local/bin/smapi_battthresh default
+
+[Install]
+WantedBy=multi-user.target