16 lines
327 B
Desktop File
16 lines
327 B
Desktop File
[Unit]
|
|
Description=Gitea webhook to RabbitMQ message publisher
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/gitea-events-rabbitmq-publisher
|
|
EnvironmentFile=-/etc/sysconfig/gitea-events-rabbitmq-publisher.env
|
|
DynamicUser=yes
|
|
NoNewPrivileges=yes
|
|
ProtectSystem=strict
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|