From 029c2ff10034233e7dfb66b7cc12fd7468ff0793 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Tue, 5 Jan 2016 15:59:07 -0200 Subject: [PATCH] add systemd unit file --- copr_status.service | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100644 copr_status.service diff --git a/copr_status.service b/copr_status.service new file mode 100644 index 0000000..39617b5 --- /dev/null +++ b/copr_status.service @@ -0,0 +1,11 @@ +[Unit] +Description=Copr Status +After=network.target + +[Service] +ExecStart=/usr/bin/plackup -Ilib +WorkingDirectory=/var/www/copr-status +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- libgit2 0.21.2