2021-04-10 07:25:36 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Apiary SSH Honeypot
|
|
|
|
After=postgresql.service
|
|
|
|
|
|
|
|
[Service]
|
2021-11-06 00:29:29 +00:00
|
|
|
Type=notify
|
2021-04-10 07:25:36 +00:00
|
|
|
User=apiary
|
|
|
|
ExecStart=/usr/bin/apiary serve
|
|
|
|
Restart=on-failure
|
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|