mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Documize Documentation Manager
|
||
|
After=network.target postgresql.service mariadb.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User={{ documize_user }}
|
||
|
ExecStart={{ documize_root_dir }}/bin/documize {{ documize_root_dir }}/etc/documize.conf
|
||
|
WorkingDirectory={{ documize_root_dir }}/tmp
|
||
|
Restart=always
|
||
|
NoNewPrivileges=true
|
||
|
PrivateDevices=true
|
||
|
ProtectControlGroups=true
|
||
|
ProtectHome=true
|
||
|
ProtectKernelModules=true
|
||
|
ProtectKernelTunables=true
|
||
|
ProtectSystem=strict
|
||
|
RestrictRealtime=true
|
||
|
ReadWritePaths=/run
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|