mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
arguments: document --arg form
go flag library supports one or two minus signs, they are equivalent. Other Go command line parsers such as kingpin only support the -- variant
This commit is contained in:
@@ -7,7 +7,7 @@ User=root
|
||||
Group=root
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/sftpgo
|
||||
ExecStart=/usr/bin/sftpgo -config-dir /etc/sftpgo -log-file-path /var/log/sftpgo.log
|
||||
ExecStart=/usr/bin/sftpgo --config-dir /etc/sftpgo --log-file-path /var/log/sftpgo.log
|
||||
KillMode=mixed
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
Reference in New Issue
Block a user