File: ara-server.service

package info (click to toggle)
python-ara 1.5.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,460 kB
  • sloc: python: 6,493; sh: 215; makefile: 15; javascript: 2
file content (18 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=ARA
Documentation=https://github.com/openstack/ara
After=network.target

[Service]
Type=simple
TimeoutStartSec=0
Restart=on-failure
RestartSec=10
RemainAfterExit=yes
User=ara
Group=ara
EnvironmentFile=/etc/default/ara-server
ExecStart=/usr/bin/ara-manage runserver $ARGS

[Install]
WantedBy=multi-user.target