mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
google-drive: syntax
This commit is contained in:
@@ -17,9 +17,7 @@ in
|
|||||||
systemd.services.google-drive = {
|
systemd.services.google-drive = {
|
||||||
description = "Google Drive synchronisation service";
|
description = "Google Drive synchronisation service";
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
script = ''
|
script = "${pkgs.grive2}/bin/grive -p ${cfg.directory}";
|
||||||
${pkgs.grive2}/bin/grive -p ${cfg.directory}
|
|
||||||
'';
|
|
||||||
startAt = "*:0/5";
|
startAt = "*:0/5";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|||||||
Reference in New Issue
Block a user