aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.config/systemd/user/pull.service
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--%HOME%/.config/systemd/user/pull.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/%HOME%/.config/systemd/user/pull.service b/%HOME%/.config/systemd/user/pull.service
new file mode 100644
index 0000000..6970520
--- /dev/null
+++ b/%HOME%/.config/systemd/user/pull.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run pull.sh
+Wants=ssh-agent.service
+
+[Service]
+Type=simple
+WorkingDirectory=/srv/git
+ExecStartPre=/usr/bin/truncate --size=0K -- /srv/git/pull.log
+ExecStart=/srv/git/pull.sh
+StandardOutput=file:/srv/git/pull.log
+StandardError=inherit