summarylogtreecommitdiffstats
path: root/walter@.service
diff options
context:
space:
mode:
authorScott W. Dunlop2015-12-27 18:39:53 -0800
committerScott W. Dunlop2015-12-27 18:41:19 -0800
commite819377de7f341fe6b415194fb749105b2303a40 (patch)
treeb19c07ed87296b4c1497b7956391563c5161d39a /walter@.service
downloadaur-e819377de7f341fe6b415194fb749105b2303a40.tar.gz
introduction of walter-git pkgbuild
Diffstat (limited to 'walter@.service')
-rw-r--r--walter@.service23
1 files changed, 23 insertions, 0 deletions
diff --git a/walter@.service b/walter@.service
new file mode 100644
index 000000000000..7e01e9956c87
--- /dev/null
+++ b/walter@.service
@@ -0,0 +1,23 @@
+[Unit]
+Description=A Tiny Deployment Pipeline
+After=network.target
+
+[Service]
+User=walter-cd
+EnvironmentFile=/etc/conf.d/walter
+Type=simple
+StandardOutput=syslog
+StandardError=syslog
+SyslogIdentifier=walter
+# walter can run both in an continuous service mode or a one-shot local mode
+ExecStart=/usr/bin/walter -c /etc/walter/%i.yml -mode service
+LimitCPU=infinity
+LimitFSIZE=infinity
+LimitDATA=infinity
+LimitCORE=0
+LimitAS=infinity
+LimitLOCKS=infinity
+
+[Install]
+WantedBy=multi-user.target
+