Merge pull request #15 from herzenschein/patch-1

Update dsnet.service
This commit is contained in:
Callan Bryant 2020-07-07 19:17:17 +01:00 committed by GitHub
commit 840e58687b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ Wants=network-online.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/local/bin/dsnet up ExecStart=/usr/local/bin/dsnet up
ExecStop=/usr/local/bin/dsnet down
RemainAfterExit=yes
ExecReload=/usr/local/bin/dsnet sync
[Install] [Install]
WantedBy=default.target WantedBy=default.target