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 = {
Type = "simple";
ExecStart = ''
${cfg.package}/bin/onedrive --monitor --verbose --confdir=%h/.config/%i
${cfg.package}/bin/onedrive --monitor --confdir=%h/.config/%i
'';
Restart="on-failure";
RestartSec=3;