aboutsummarylogtreecommitdiffstats
path: root/opendj.service
blob: ddd73bd7272dc002261d3cf11a8e52ab85eb4f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OpenDJ server

[Service]
Type=simple
User=opendj
Group=opendj
SyslogIdentifier=opendj
ExecStartPre=/usr/bin/opendj-check-config
ExecStart=/usr/bin/opendj-start-ds --nodetach
ExecStop=/usr/bin/opendj-stop-ds
Restart=on-abnormal

[Install]
WantedBy=multi-user.target