aboutsummaryrefslogtreecommitdiff
path: root/etc/private/install/brep-startup.service
blob: a3dc5460a2e0d75c18c1fda2827fb5d613a62bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=brep instance initialization service

Wants=network-online.target
After=network-online.target

Requires=postgresql.service
After=postgresql.service

[Service]
Type=oneshot
User=brep
Group=brep
ExecStart=/home/brep/bin/brep-startup

[Install]
WantedBy=default.target