Config dump.
This commit is contained in:
10
exokortex/.config/systemd/user/exokortex_auto_commit.service
Normal file
10
exokortex/.config/systemd/user/exokortex_auto_commit.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Automated ExoKortex PARA Node Git Sweep
|
||||
Documentation=https://github.com/gortium
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/bin/exokortex_auto_commit.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Run Automated ExoKortex Sweep Hourly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user