mirror of https://github.com/dswd/vpncloud.git
Merge branch 'master' of github.com:dswd/vpncloud
This commit is contained in:
commit
04d934491c
|
@ -0,0 +1,15 @@
|
|||
name: Build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=VpnCloud network '%I'
|
||||
Before=systemd-user-sessions.service
|
||||
Before=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
|
Loading…
Reference in New Issue