enable service
This commit is contained in:
parent
65aa2759d0
commit
a6020b2dbe
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
systemd.services.copyparty = {
|
systemd.services.copyparty = {
|
||||||
description = "File Sharing Service";
|
description = "File Sharing Service";
|
||||||
|
enable = true;
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue