mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
15 lines
215 B
Django/Jinja
15 lines
215 B
Django/Jinja
[Unit]
|
|
Description=Web Hosting ACL monitor daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/wh-acld
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
MemoryLimit=100M
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|