summaryrefslogtreecommitdiff
path: root/time_to_go_startup.service
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-06-03 10:25:32 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-06-03 10:25:32 +0200
commit4adbb6088a0426c68dae499b51786c8e2716c973 (patch)
treeb72985298bd7089e61b0073d0e83636e46c67d00 /time_to_go_startup.service
simple timing scriptHEADmaster
Diffstat (limited to 'time_to_go_startup.service')
-rw-r--r--time_to_go_startup.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/time_to_go_startup.service b/time_to_go_startup.service
new file mode 100644
index 0000000..ddb463f
--- /dev/null
+++ b/time_to_go_startup.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Launch time_to_go at boot
+
+[Service]
+ExecStart=/home/tom/bin/time_to_go
+
+[Install]
+WantedBy=default.target