mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-21 20:53:18 +02:00
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
![]() |
[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
|
||
|
|