summaryrefslogtreecommitdiffstats
path: root/macbook/local.service
diff options
context:
space:
mode:
Diffstat (limited to 'macbook/local.service')
-rw-r--r--macbook/local.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/macbook/local.service b/macbook/local.service
new file mode 100644
index 0000000..ddf2555
--- /dev/null
+++ b/macbook/local.service
@@ -0,0 +1,10 @@
+# place to /etc/systemd/system/local.service
+
+[Unit]
+Description=Run local commands after boot
+
+[Service]
+ExecStart=/usr/bin/local.sh
+
+[Install]
+WantedBy=multi-user.target