From 78d9c80226c52bcd70e27e7ee2a3a7754f644b53 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 14:02:20 +0200 Subject: Change: rename blob service to artifact store --- artifact_store.service | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 artifact_store.service (limited to 'artifact_store.service') diff --git a/artifact_store.service b/artifact_store.service new file mode 100644 index 0000000..a63d034 --- /dev/null +++ b/artifact_store.service @@ -0,0 +1,29 @@ +# Copyright 2017-2018 Lars Wirzenius +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +[Unit] +Description=ick artifact store +After=network.target +ConditionPathExists=/etc/ick/artifact_store.yaml + +[Service] +Type=simple +User=_ickas +Group=_ickas +WorkingDirectory=/var/lib/ick/blobs +ExecStart=/usr/bin/start_artifact_store +KillSignal=QUIT + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1