19 lines
288 B
SYSTEMD
19 lines
288 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mitra Server
|
||
|
After=postgresql.service
|
||
|
Requires=postgresql.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/mitra
|
||
|
WorkingDirectory=/var/lib/mitra
|
||
|
User=mitra
|
||
|
Group=mitra
|
||
|
|
||
|
PrivateTmp=true
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=true
|
||
|
NoNewPrivileges=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|