aboutsummaryrefslogtreecommitdiffstats
path: root/roles/systemd_timer/defaults
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:23:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:52:13 -0500
commit0261e875679f1bf63c8d689da7fc7e014597885d (patch)
tree3f19cd74a0c1070944f75437f30b098d6ef2ffcb /roles/systemd_timer/defaults
downloadselfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.tar.gz
selfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.zip
initial commit
Diffstat (limited to 'roles/systemd_timer/defaults')
-rw-r--r--roles/systemd_timer/defaults/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/systemd_timer/defaults/main.yml b/roles/systemd_timer/defaults/main.yml
new file mode 100644
index 0000000..e429f17
--- /dev/null
+++ b/roles/systemd_timer/defaults/main.yml
@@ -0,0 +1,11 @@
+timer_persistent: yes
+timer_user: root
+timer_shell: no
+timer_enabled: yes
+
+# timer_group: groupname
+# timer_chdir: /path/to/working/directory
+#
+# timer_shell: some $shell | command
+# OR
+# timer_exec: command to exec