blob: 9c7f58b9e662590716c4ec21e800f9c32f09bbdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# afm-api-supervisor.service
[Unit]
Description=Service to start the API 'supervisor'
Requires=afm-api-supervisor.socket
After=afm-api-supervisor.socket
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
|