nixos/onedrive: Remove verbose flag

This commit is contained in:
asdf8dfafjk 2020-09-19 11:32:42 +05:30 committed by GitHub
parent 4c8dabed17
commit 5e166f892d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ in {
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = '' ExecStart = ''
${cfg.package}/bin/onedrive --monitor --verbose --confdir=%h/.config/%i ${cfg.package}/bin/onedrive --monitor --confdir=%h/.config/%i
''; '';
Restart="on-failure"; Restart="on-failure";
RestartSec=3; RestartSec=3;