summaryrefslogtreecommitdiff
path: root/resalloc.service
blob: e29ae38c5c4b83dd45defed9d71414a276e002f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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