blob: 7463609be45067ff15b2ed2f9d86f1e4f44fd204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Control plane for publishing and hosting Linux packages
Documentation=file:///usr/share/doc/attune-controlplane/user-guide/README.md
After=postgresql.service
BindsTo=postgresql.service
[Service]
Type=exec
EnvironmentFile=-/etc/default/attune-controlplane
EnvironmentFile=-/etc/attune-controlplane.d/*.conf
ExecStart=/usr/bin/attune-controlplane
[Install]
Also=%N.socket
WantedBy=multi-user.target
|