aswi2021jmsd-gitlab4/x509_management.service @ 055ca3e3
1 | bfe72c49 | Jan Pašek | [Unit]
|
---|---|---|---|
2 | Description=X509 certificate management application |
||
3 | After=multi-user.target |
||
4 | Conflicts=getty@tty1.service |
||
5 | |||
6 | [Service]
|
||
7 | Type=simple |
||
8 | ExecStart=/usr/bin/python3 /usr/app/aswi2021jmsd/app.py |
||
9 | StandardInput=tty-force |
||
10 | Environment="X509_CONFIG=/usr/app/aswi2021jmsd/server.cfg" |
||
11 | |||
12 | |||
13 | [Install]
|
||
14 | WantedBy=multi-user.target |