Skip to content

Commit

Permalink
Autostart at user level
Browse files Browse the repository at this point in the history
* screen autostart is require only one user is enabled
  • Loading branch information
camlafit committed Aug 27, 2024
1 parent 016acaf commit 782f152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1


override_dh_installsystemduser:
dh_installsystemduser --name=screen-save-autostart

override_dh_installsystemd:
dh_installsystemd --name=screen-save-autostart
dh_installsystemd --name=screen-save-all
dh_installsystemd --name=screen-save-all-shutdown

Expand Down

0 comments on commit 782f152

Please sign in to comment.