cargo-prosa 0.4.2

ProSA utility to package and deliver a builded ProSA
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
{% if description is defined %}Description={{ description }}{% endif %}
{% if documentation is defined %}Documentation={{ documentation }}{% endif %}
After=network-online.target
ConditionFileNotEmpty={{ config }}

[Service]
Type=simple
ExecStart={{ bin }} -c {{ config }}
Restart=on-failure

[Install]
WantedBy=multi-user.target