Skip to content

Commit

Permalink
Create services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Mar 29, 2024
1 parent 7ff960c commit 904c387
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/common/services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
type: systemd
system:
enabled:
-tailscaled # Enabled (runs on system boot)
disabled:
# Disabled (does not run on system boot, unless other unit strictly requires it)
masked:
# Masked (does not run on system boot, under any circumstances)
unmasked:
# Unmasked (runs on system boot, even if previously masked)
user:
enabled:
# Enabled (runs for the user)
disabled:
# Disabled (does not run for the user, unless other unit strictly requires it)
masked:
# Masked (does not run for the user, under any circumstances)
unmasked:
# Unmasked (runs for the user, even if previously masked)

0 comments on commit 904c387

Please sign in to comment.