From b4c2cf8881a6b19a7e88c48e98ae548ae703abe9 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 1 Jun 2017 22:42:23 +0000 Subject: [PATCH] helps to actually commit the file to git Signed-off-by: Adam Miller --- roles/loopabull/files/loopabull@.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/loopabull/files/loopabull@.service diff --git a/roles/loopabull/files/loopabull@.service b/roles/loopabull/files/loopabull@.service new file mode 100644 index 0000000000..043c555762 --- /dev/null +++ b/roles/loopabull/files/loopabull@.service @@ -0,0 +1,17 @@ +[Unit] +Description=loopabull worker #%i +After=network.target +Documentation=https://github.com/maxamillion/loopabull + +[Service] +ExecStart=/usr/bin/loopabull $CONFIG_FILE +User=root +Group=root +Restart=on-failure +Type=simple +EnvironmentFile=-/etc/sysconfig/loopabull +Restart=on-failure +PrivateTmp=yes + +[Install] +WantedBy=multi-user.target \ No newline at end of file