mirror of
https://github.com/openziti/zrok.git
synced 2025-08-03 22:10:49 +02:00
17 lines
321 B
Desktop File
17 lines
321 B
Desktop File
# /usr/lib/systemd/user/zrok-agent.service
|
|
|
|
[Unit]
|
|
Description=zrok agent user service unit
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
UMask=0007
|
|
ExecStartPre=/usr/bin/env rm --force %h/.zrok/agent.socket
|
|
ExecStart=/opt/openziti/bin/zrok agent start
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|