mirror of
https://github.com/openziti/zrok.git
synced 2025-01-11 00:18:43 +01:00
18 lines
317 B
Desktop File
18 lines
317 B
Desktop File
|
|
# /usr/lib/systemd/user/zrok-share@.service
|
|
|
|
[Unit]
|
|
Description=zrok share user service unit @%i
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
UMask=0007
|
|
EnvironmentFile=%h/.zrok/zrok-share@%i.env
|
|
ExecStart=/opt/openziti/bin/zrok-share.bash @%i
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|