resalloc/resalloc.service

16 lines
263 B
Desktop File

[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