resalloc/resalloc.service
Pavel Raiskup e48086e638 initial import
Resolves: rhbz#1707302
2019-05-10 15:41:45 +02:00

15 lines
236 B
Desktop File

[Unit]
Description=Resource allocator server
After=network.target
[Service]
Type=simple
User=resalloc
Group=resalloc
Environment=CONFIG_DIR=/etc/resallocserver
ExecStart=/usr/bin/resalloc-server
[Install]
WantedBy=multi-user.target