From 795c7b002c16f0ca9cda0cbd7d196700864a0d31 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 21 Mar 2023 08:32:20 +0000 Subject: automatic import of resalloc --- resalloc.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resalloc.service (limited to 'resalloc.service') diff --git a/resalloc.service b/resalloc.service new file mode 100644 index 0000000..e29ae38 --- /dev/null +++ b/resalloc.service @@ -0,0 +1,16 @@ +[Unit] +Description=Resource allocator server +After=network.target + +[Service] +Type=simple +Restart=always +RestartSec=5 +User=resalloc +Group=resalloc + +Environment=CONFIG_DIR=/etc/resallocserver +ExecStart=/usr/bin/resalloc-server + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3