starts joeac.net services on boot
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!user.example
|
||||
@@ -0,0 +1,3 @@
|
||||
# copy this file to user.<USER> for the user you want to be running joeac.net via OpenRC
|
||||
# add in here any user setup, bearing in mind that OpenRC doesn't use your usual login flow
|
||||
# this may include setting up $HOME and/or $XDG_RUNTIME_DIR
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/sbin/openrc
|
||||
|
||||
description="start <USER> default runlevel"
|
||||
command="openrc"
|
||||
command_args="-U default"
|
||||
command_user="<USER>"
|
||||
Reference in New Issue
Block a user