From a5a803e31079841d00c10550ee08cb9c1dd84388 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 1 Jun 2017 19:38:48 +0000 Subject: helps to include the loopabull unit template Signed-off-by: Adam Miller --- files/loopabull/loopabull@.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/loopabull/loopabull@.service diff --git a/files/loopabull/loopabull@.service b/files/loopabull/loopabull@.service new file mode 100644 index 000000000..043c55576 --- /dev/null +++ b/files/loopabull/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 -- cgit