From 45ecdf59f8b0c4090041ce86aad2e5f606253f0d Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sat, 13 May 2023 19:19:37 +0100 Subject: Migrate config library to TOML --- src/config/gathio.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/config/gathio.service (limited to 'src/config/gathio.service') diff --git a/src/config/gathio.service b/src/config/gathio.service deleted file mode 100644 index 447d44f..0000000 --- a/src/config/gathio.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=GathIO -After=network.target - -[Service] -Type=simple -User=gathio -WorkingDirectory=/srv/gathio -ExecStart=/usr/bin/npm start -Restart=on-failure - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3