misc: clean up systemd unit

This commit is contained in:
Shiz 2021-12-12 15:19:54 +01:00
parent 1cf0701e7f
commit 5e31995e88
1 changed files with 2 additions and 4 deletions

View File

@ -1,13 +1,11 @@
[Unit]
Description=Fearless green Wireguard config manager
Description=Fearless green WireGuard config manager
After=network.target
Before=basic.target
[Service]
Type=oneshot
WorkingDirectory=/mnt/data/weegee
ExecStart=/usr/bin/python3 -m weegee -d /mnt/data/weegee/data sync
RemainAfterExit=true
ExecStart=weegee sync
StandardOutput=journal
[Install]